You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Disable bubbles for broadcasts (#9860)
This commit is contained in:
@ -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,
|
||||
}
|
||||
`);
|
||||
});
|
||||
|
Reference in New Issue
Block a user