Disable username and room decorators

pull/21833/head
Aviral Dasgupta 2016-09-16 02:47:27 +05:30
parent b98c2ae25e
commit 39d213429d
1 changed files with 2 additions and 1 deletions

View File

@ -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 {