Comment
This commit is contained in:
parent
d9aa645f86
commit
f144365281
|
@ -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")
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue