Tulir Asokan
Tulir Asokan
Migration definitely can't be done with a simple db schema change. The new API does expose both instagram and facebook IDs, but the bridge currently ignores the instagram IDs. It...
I think that happens if media uploads on your Matrix homeserver are broken
https://github.com/gdamore/tcell/issues/622 / https://github.com/gdamore/tcell/pull/97
It's probably possible to use upstream, but requires refactoring the drag detection to remember previous buttons, so not currently planned
Thanks for the pull request! I don't think the field can be made non-primary safely as the other fields don't uniquely identify files, but it can probably be a smaller...
[mautrix-amp](https://mau.dev/tulir/mautrix-amp) exists, but I don't know how to reverse-engineer the API (it involves some form of server-sent events, encryption, protobuf and json), so it's an extremely hacky puppeteer-based bridge
https://github.com/matrix-hacks/matrix-puppet-signal
I don't think Signal bots are a thing, but there is definitely room for a less hacky bridge (matrix-puppet-signal uses a dirty port of the signal desktop app).
Probably, but that would be pretty useless. The problem is that Moxie [just wants to make more centralized silos](https://signal.org/blog/the-ecosystem-is-moving/), so federation is impossible. In fact, [he doesn't even want 3rd...
There's matrix-hacks' [matrix-puppet-skype](https://github.com/matrix-hacks/matrix-puppet-skype), though it's not very maintained