Matthew Hodgson
Matthew Hodgson
So, turns out that experimenting with the proposed change is pretty much a oneliner; to switch `m.fully_read` at https://github.com/matrix-org/matrix-react-sdk/blob/49ce4ef117b854eff3ab26ae30a1b336a250532d/src/components/structures/TimelinePanel.js#L126 to `m.read`. The problem turns out to be that users may...
there's no reason why js-sdk shouldn't work on react-native.
to-device messages are used for setting up 1:1 olm channels; sharing new megolm sessions; requesting keyshares; and in future VoIP signalling. so if one goes missing, it could wedge the...
i should have mentioned that I now run it in an 'enterprise loop' in a screen session (`while true; do ./MastodonToTwitter; sleep 5; done` or something), which has much the...
@mscbot fcp close In retrospect I hadn't thought this through properly at all - thanks all for the constructive review. I've opened #3915 as a replacement, which looks to almost...
I think this is effectively a dup or very closely related to https://github.com/matrix-org/matrix-doc/issues/913. It's not clear what endpoints this bug is actually concerned about though (/sync, /events, or SS API...
n.b. this has two components: * support streaming transfers (ie let users download files which wre still uploading) - which is arguably the most useful bit * separately, support resumable...
See also https://github.com/vector-im/element-web/issues/24138 of how not to do it in EW
(a related question: how come tantivy hasn't caught up with indexing the missing 2 rooms? it should be caught up at any given time, especially as previously the indexer was...
also, i think NSE /can/ send encrypted messages (via quick reply functionality) - i.e. replying from lockscreen etc.