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,
|
||||
'type': 'm.presence',
|
||||
'content': {'presence': 'online'},
|
||||
'content': {'presence': 'offline'},
|
||||
},
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue