Merge pull request #480 from aviraldg/develop
Disable username and room decorators
This commit is contained in:
commit
f2a8ead42a
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue