fix: Default offline state
This commit is contained in:
parent
50a66d411b
commit
cdecceb30d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue