fix: Default offline state

This commit is contained in:
Christian Pauly 2021-02-05 10:10:59 +01:00
parent 14f633bc2b
commit 72604c61f0
1 changed files with 1 additions and 1 deletions

View File

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