phil-s
phil-s
I don't have time to debug this right now I'm afraid, but this isn't working for me at this point. I'm using the new branch with plz 0.7. When the...
Will do. I've disconnected and restarted Emacs to make sure I'm testing from a sane state. I could test the `ement-refresh` command earlier, but I won't get a session time-out...
...and *that* could have been a blunder on my part with the `plz` version, as I think it might have been seeing an earlier version after the restart. I've now...
Another issue related to `ement-refresh`, which must be `(cl-incf (ement-session-transaction-id session))` not having a number to work with. I see `:transaction-id nil` in the (massive) session argument in the debugger....
I'm hoping to take a look at this again later in the week, so any pointers for debugging the reconnection process would be gratefully accepted. (Last time I tested I...
> as I'm sure you can testify to, being specific early on can save time from miscommunication later on Yes indeed. I'm afraid my lack of familiarity with the protocols...
I looked to see if there were restrictions on characters used for a user's display name, and I'm not seeing anything. Searching for `displayname` at https://spec.matrix.org/v1.8/client-server-api/ gives lots of info,...
Ah, yes, we have different rules for username and displayname (I was only thinking about displayname). At present `ement-room--event-mentions-user-p` uses the same code for both. In fact it matches on...
IIUC the new `ement-room-reaction-picker` covers at least part of this functionality (and maybe all of it). Off the top of my head I'm not sure if the specific `ement-read-reaction` behaviour...
I'd love to be one of those people who have worked around it :) Where can I learn the details of how the command is actually processed, so that I...