mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-02 09:06:10 -05:00
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 = namedtuple(
|
||||||
"ProfileInfo", ("avatar_url", "display_name")
|
"ProfileInfo", ("avatar_url", "display_name")
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user