Jonathan Daugherty
Jonathan Daugherty
And: https://github.com/jgm/pandoc/issues/9483
@K0-RR Can you share any information about the software environment on the server? Things like web server and version, operating system distribution and version, and versions of TLS libraries such...
I'm making some notes here for myself about things that'll need to get done to support this: `mattermost-api`: - Update to parse `channel_bookmark_created` websocket events and any other bookmark-related events....
The server developers pointed me to this for a bit of information about websocket event structure, which they also acknowledged isn't documented: https://github.com/mattermost/mattermost/blob/5fa8985b1a1ac64d716692f89b16b2edf4539e07/webapp/platform/client/src/websocket_messages.ts#L214 They also provided these additional source code...
They also provided this summary of the websocket event internals, although it is AI-generated and thus suspect. [channel-bookmark-websocket-events.md](https://github.com/user-attachments/files/23868919/channel-bookmark-websocket-events.md)
Thanks for your report! The only reason I can think of that would cause this is that the server is slow to respond to the API requests to fetch messages....
> What seems strange to me is having so many requests to update users. The server sends those events when a user account changes for some reason, and with a...
> What I do is simply to switch from one channel to another (admittedly with some 300 / 400 users) For what it's worth, the number of users in the...
I don't know what you mean by missing a TUI refresh event. If CPU usage is low in both cases, for both processes, then I don't know how to explain...
Thanks for reporting this! I've seen a similar behavior with other server-generated messages. My hunch (that I have not verified) is that they don't come with an associated channel ID,...