mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-12 18:52:39 +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,
|
'sender': mxid,
|
||||||
'type': 'm.presence',
|
'type': 'm.presence',
|
||||||
'content': {'presence': 'online'},
|
'content': {'presence': 'offline'},
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user