FIX: Composer presence shows user as editing when replying.

This commit is contained in:
Guo Xiang Tan 2020-05-13 13:41:03 +08:00
parent aa40a07d73
commit 15e32dc1af
No known key found for this signature in database
GPG Key ID: FBD110179AAC1F20

View File

@ -35,7 +35,7 @@ export default Component.extend({
return this.presenceManager.editingUsers(topicId);
},
isReply: equal("action", "reply"),
isReply: equal("action", REPLY),
@on("didInsertElement")
subscribe() {