Erik Johnston d9aa645f86 Reduce size of joined_user cache
The _get_joined_users_from_context cache stores a mapping from user_id
to avatar_url and display_name. Instead of storing those in a dict,
store them in a namedtuple as that uses much less memory.

We also try converting the string to ascii to further reduce the size.
2017-04-25 14:38:51 +01:00
..
2016-06-07 15:07:11 +01:00
2017-04-05 21:01:08 -07:00
2016-05-16 18:41:32 +01:00
2016-08-24 11:58:40 +01:00
2016-01-07 04:26:29 +00:00