Disable bubbles for broadcasts (#9860)
This commit is contained in:
parent
2a4a7eacff
commit
f34c1609c3
2 changed files with 4 additions and 3 deletions
|
@ -32,7 +32,7 @@ describe("getEventDisplayInfo", () => {
|
|||
"isInfoMessage": false,
|
||||
"isLeftAlignedBubbleMessage": false,
|
||||
"isSeeingThroughMessageHiddenForModeration": false,
|
||||
"noBubbleEvent": false,
|
||||
"noBubbleEvent": true,
|
||||
}
|
||||
`);
|
||||
});
|
||||
|
@ -46,7 +46,7 @@ describe("getEventDisplayInfo", () => {
|
|||
"isInfoMessage": true,
|
||||
"isLeftAlignedBubbleMessage": false,
|
||||
"isSeeingThroughMessageHiddenForModeration": false,
|
||||
"noBubbleEvent": false,
|
||||
"noBubbleEvent": true,
|
||||
}
|
||||
`);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue