mirror of
https://mau.dev/maunium/synapse.git
synced 2025-03-05 01:10:41 +01:00
Fix typo
This is what I get for not proofreading
This commit is contained in:
parent
a02d609b1f
commit
70a00eacf9
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ BOOLEAN_COLUMNS = {
|
||||||
"presence_list": ["accepted"],
|
"presence_list": ["accepted"],
|
||||||
"presence_stream": ["currently_active"],
|
"presence_stream": ["currently_active"],
|
||||||
"public_room_list_stream": ["visibility"],
|
"public_room_list_stream": ["visibility"],
|
||||||
"device_list_outbound_pokes": ["sent"],
|
"device_lists_outbound_pokes": ["sent"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue