EventIndex: Add a missing semicolon.

(cherry picked from commit 3781bdc975)
pull/21833/head
Damir Jelić 2020-04-20 10:10:16 +02:00 committed by Michael Telatynski
parent 161203d445
commit 212c3ca46c
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ export default class EventIndex extends EventEmitter {
if (!msgtype) validMsgType = false;
else validMsgType = !msgtype.startsWith("m.key.verification");
if (!ev.getContent().body) hasContentValue = false
if (!ev.getContent().body) hasContentValue = false;
} else if (ev.getType() === "m.room.topic" && !ev.isRedacted()) {
if (!ev.getContent().topic) hasContentValue = false;
} else if (ev.getType() === "m.room.name" && !ev.isRedacted()) {