This commit is contained in:
Erik Johnston 2017-04-25 15:18:26 +01:00
parent d9aa645f86
commit f144365281

View File

@ -36,6 +36,8 @@ RoomsForUser = namedtuple(
)
# We store this using a namedtuple so that we save about 3x space over using a
# dict.
ProfileInfo = namedtuple(
"ProfileInfo", ("avatar_url", "display_name")
)