mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 14:31:09 +02:00
Disable username and room decorators
This commit is contained in:
parent
b98c2ae25e
commit
39d213429d
@ -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 {
|
export function getScopedMDDecorators(scope: any): CompositeDecorator {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user