0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-25 22:18:18 +02:00
This is what I get for not proofreading
This commit is contained in:
Kevin Liu 2017-02-11 20:49:31 -05:00 committed by GitHub
parent a02d609b1f
commit 70a00eacf9

View file

@ -40,7 +40,7 @@ BOOLEAN_COLUMNS = {
"presence_list": ["accepted"],
"presence_stream": ["currently_active"],
"public_room_list_stream": ["visibility"],
"device_list_outbound_pokes": ["sent"],
"device_lists_outbound_pokes": ["sent"],
}