Skip to content

Commit

Permalink
Message autoremoval fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
bhardwajaditya committed Nov 9, 2019
1 parent ee9b2bc commit b24543d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/ui-utils/client/lib/RoomHistoryManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ export const RoomHistoryManager = new class {
}

clear(rid) {
ChatMessage.remove({ rid });
if (this.histories[rid]) {
this.histories[rid].hasMore.set(true);
this.histories[rid].isLoading.set(false);
Expand Down

0 comments on commit b24543d

Please sign in to comment.