Tulir Asokan
Tulir Asokan
Is this still something we should implement? It would need to be very non-intrusive, as the document is saved pretty much instantly every time the user types a letter.
The about page now (after #302) tells that local saving is automatic and instant.
You'll need to store the mapping somewhere. The most common solution is to have some kind of database (NeDB, SQLite, Postgres, etc) to store all the rooms used by the...
Matrix login only works for people on the same homeserver as the bridge, but I guess I should add options to disable it anyway
Seems to be working fine for me, matrix mentions turns into mentions on google chat (with the caveat that the name suffix isn't removed)
What does the message look like on Matrix? The event source might also be relevant
If you want to do unnecessary validation, shouldn't you also check that `body` exists?
Probably easier to remove the autocreate_contact_portal option 🤔
mautrix-python impl: https://github.com/tulir/mautrix-python/commit/ee74e1706fc9d223b72c50ad5b40b949840be7c8
Those fields default to 0 if unspecified, so specifying 0 shouldn't be necessary?