summary refs log tree commit diff
path: root/snap (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-29Make /directory/room/<alias> handle restrictive power levelsRichard van der Hoff1-1/+6
2020-01-29Set the PL for aliases events to 0.Richard van der Hoff2-3/+16
2020-01-29Factor out a `copy_power_levels_contents` methodRichard van der Hoff3-15/+90
2020-01-29Fix race in federation sender that delayed device updates. (#6799)Erik Johnston3-30