Kyriakos Z.
Kyriakos Z.
Is there a way to reset the uploader state? More specifically what I mean, is how can I reset progress and complete? I don't see this implemented. but it would...
#### Summary Currently we have no means to **omit** sending a websocket event to a specific connection id. This is needed mainly so the initiator won't receive an event for...
#### Summary Adds endpoints: - create/update drafts - delete draft - get drafts Adds WS events: - draft_updated - draft_created - draft_deleted #### Ticket Link #### Release Note ```release-note ```
Currently createIdPrefix for tag attributes only works if the `url(#foo)` is the only value. e.g: ``` ``` This commit adds support for the following. ``` ```
#### Summary A new API to set a thread as unread is being added to the server so that you can mark a thread as unread by post id. The...
#### Summary See https://github.com/mattermost/mattermost-server/pull/19349 #### Ticket Link https://mattermost.atlassian.net/browse/MM-40148
#### Summary We have introduced priority for posts in mattermost/mattermost-webapp#10951. We do need, now, to color the mention badges in the webapp with a prominent color when a mention is...
### Adds tests for Common/Types/Database. Adds new tests for some of the files in `Common/Types/Database` directory. Refactored one test (`ColumnLength`) to increase test coverage and simplicity. Upon writing the tests...
AFAICT there is no way to unsubscribe from a channel, it would be a nice feature to have though. I have done a naive implementation, can you please check it...