mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 00:19:26 -05:00
Typo
This commit is contained in:
parent
40e539683c
commit
ecd5e6bfa4
@ -54,7 +54,7 @@ def get_context_for_event(state_handler, ev, user_id):
|
|||||||
room_state = yield state_handler.get_current_state(ev.room_id)
|
room_state = yield state_handler.get_current_state(ev.room_id)
|
||||||
|
|
||||||
# we no longer bother setting room_alias, and make room_name the
|
# we no longer bother setting room_alias, and make room_name the
|
||||||
# human-readable name instead, be that m.room.namer, an alias or
|
# human-readable name instead, be that m.room.name, an alias or
|
||||||
# a list of people in the room
|
# a list of people in the room
|
||||||
name = calculate_room_name(
|
name = calculate_room_name(
|
||||||
room_state, user_id, fallback_to_single_member=False
|
room_state, user_id, fallback_to_single_member=False
|
||||||
|
Loading…
Reference in New Issue
Block a user