Consolidate all EventTile bubble stuff into its own component and use it for the room continuation plinth
This commit is contained in:
parent
971ade57bc
commit
ff25a9b45d
13 changed files with 182 additions and 186 deletions
|
@ -647,6 +647,7 @@ export default class EventTile extends React.Component {
|
|||
// Info messages are basically information about commands processed on a room
|
||||
const isBubbleMessage = eventType.startsWith("m.key.verification") ||
|
||||
(eventType === "m.room.message" && msgtype && msgtype.startsWith("m.key.verification")) ||
|
||||
(eventType === "m.room.create") ||
|
||||
(eventType === "m.room.encryption") ||
|
||||
(tileHandler === "messages.MJitsiWidgetEvent");
|
||||
let isInfoMessage = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue