Take RTE out of labs! 🎉
This stops react-sdk from tracking any state previously stored for the purposes of enabling or disabling the lab feature that enabled the new MessageComposer. It is now enabled permanently. This is being done with the hope that we can get more feedback for it so that when we release we can be confident that people will be OK with the changes it brings.
This commit is contained in:
parent
fb86534ba3
commit
e3f2eb5232
3 changed files with 20 additions and 43 deletions
|
@ -27,14 +27,10 @@ describe('MessageComposerInput', () => {
|
|||
mci = null,
|
||||
room = testUtils.mkStubRoom('!DdJkzRliezrwpNebLk:matrix.org');
|
||||
|
||||
// TODO Remove when RTE is out of labs.
|
||||
|
||||
beforeEach(function() {
|
||||
testUtils.beforeEach(this);
|
||||
sandbox = testUtils.stubClient(sandbox);
|
||||
client = MatrixClientPeg.get();
|
||||
UserSettingsStore.isFeatureEnabled = sinon.stub()
|
||||
.withArgs('rich_text_editor').returns(true);
|
||||
|
||||
parentDiv = document.createElement('div');
|
||||
document.body.appendChild(parentDiv);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue