You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Disable username and room decorators
This commit is contained in:
@ -119,7 +119,8 @@ export function getScopedRTDecorators(scope: any): CompositeDecorator {
|
||||
}
|
||||
};
|
||||
|
||||
return [usernameDecorator, roomDecorator, emojiDecorator];
|
||||
// TODO Re-enable usernameDecorator and roomDecorator
|
||||
return [emojiDecorator];
|
||||
}
|
||||
|
||||
export function getScopedMDDecorators(scope: any): CompositeDecorator {
|
||||
|
Reference in New Issue
Block a user