mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-19 13:43:57 +01:00
Comment
This commit is contained in:
parent
d9aa645f86
commit
f144365281
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue