mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 08:12:20 -04:00
Merge branch 'master' of github.com:matrix-org/synapse into develop
This commit is contained in:
commit
c7bcd87f37
4 changed files with 23 additions and 2 deletions
|
@ -598,6 +598,7 @@ angular.module('RoomController', ['ngSanitize', 'matrixFilter', 'mFileInput'])
|
|||
promise.then(
|
||||
function(response) {
|
||||
console.log("Request successfully sent");
|
||||
|
||||
if (echo) {
|
||||
// Mark this fake message event with its allocated event_id
|
||||
// When the true message event will come from the events stream (in handleMessage),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue