Open t3chguy opened 6 years ago
Is this to add or remove the functionality? I'd quite like it to be honest.
Add, currently it just passes the event off to js-sdk which encrypts it if the room is encrypted and thus there's no way to force plaintext
Are there any odd sideeffects as a result of this? What's the usecase for it?
this is a feature-req for the ability to send plaintext events in e2ee rooms using /devtools in case you want to manually trigger a bot or whatever for whatever development/testing purposes you may need
/devtools doesn't support sending plaintext events in encrypted rooms, it just automatically encrypts them. It could be useful for it to offer a way to send unencrypted events.