anonymousland-synapse/synapse/api
Daniel Wagner-Hall cf81375b94 Merge two of the room join codepaths
There's at least one more to merge in.

Side-effects:
 * Stop reporting None as displayname and avatar_url in some cases
 * Joining a room by alias populates guest-ness in join event
 * Remove unspec'd PUT version of /join/<room_id_or_alias> which has not
   been called on matrix.org according to logs
 * Stop recording access_token_id on /join/room_id - currently we don't
   record it on /join/room_alias; I can try to thread it through at some
   point.
2016-02-12 15:11:49 +00:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
auth.py Fix up logcontexts 2016-02-08 14:26:45 +00:00
constants.py copyrights 2016-01-07 04:26:29 +00:00
errors.py Merge two of the room join codepaths 2016-02-12 15:11:49 +00:00
filtering.py Fix test 2016-01-28 17:20:05 +00:00
ratelimiting.py copyrights 2016-01-07 04:26:29 +00:00
urls.py Host /media/r0 as well as /media/v1 2016-02-05 10:47:46 +00:00