summary refs log tree commit diff
path: root/demo (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-05Attempt 2 at fixingTravis Ralston1-0/+13
Attempt 1 didn't work because the remote server isn't expecting to receive a `leave` negotiation. Instead, we should try sending the event over a transaction so that the remote can deal with it as it would any other leave event.
2019-03-05Revert "Attempt at fix 1"Travis Ralston1-9/+0
This reverts commit 668206155. This didn't work because of course it didn't. See Attempt 2 for details.
2019-03-05Attempt 1 at fixing