2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-07-05 02:37:23 +02:00

fix: Default offline state

This commit is contained in:
Christian Pauly 2021-02-05 10:10:59 +01:00
parent 14f633bc2b
commit 72604c61f0

@ -14,7 +14,7 @@ extension ClientPresenceExtension on Client {
{ {
'sender': mxid, 'sender': mxid,
'type': 'm.presence', 'type': 'm.presence',
'content': {'presence': 'online'}, 'content': {'presence': 'offline'},
}, },
), ),
) )