mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-03 00:50:47 -05:00
fix embarassing bug where in-progress messages get vaped when the previous one gets delivered
This commit is contained in:
parent
dc1f202eca
commit
a0a609e8af
@ -485,7 +485,9 @@ angular.module('RoomController', ['ngSanitize', 'matrixFilter', 'mFileInput'])
|
||||
promise.then(
|
||||
function() {
|
||||
console.log("Request successfully sent");
|
||||
$scope.textInput = "";
|
||||
if (!echo) {
|
||||
$scope.textInput = "";
|
||||
}
|
||||
/*
|
||||
if (echoMessage) {
|
||||
// Remove the fake echo message from the room messages
|
||||
|
Loading…
Reference in New Issue
Block a user