Skip to content
Snippets Groups Projects
Commit 290f125a authored by David Baker's avatar David Baker
Browse files

Typo

parent 05e49ffb
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ def calculate_room_name(room_state, user_id):
if m_room_name.content and m_room_name.content["name"]:
return m_room_name.content["name"]
# does it have a caononical alias?
# does it have a canonical alias?
if ("m.room.canonical_alias", "") in room_state:
canon_alias = room_state[("m.room.canonical_alias", "")]
if (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment