mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 14:32:37 +01:00
fix: Default offline state
This commit is contained in:
parent
14f633bc2b
commit
72604c61f0
@ -14,7 +14,7 @@ extension ClientPresenceExtension on Client {
|
||||
{
|
||||
'sender': mxid,
|
||||
'type': 'm.presence',
|
||||
'content': {'presence': 'online'},
|
||||
'content': {'presence': 'offline'},
|
||||
},
|
||||
),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user