owncast/core/chat/events
John Regan 46ca5223f9
Chat wire protocol (#3125)
* core: remove file extension from emoji name

* web: transform emotes to labels when sending

* chat: replace br with line break

* core: implement emoji cache

* chat: send shortcodes for custom emoji

* chat: correct esling errors

* core: move emoji injection into dedicated function

* emoji: integrate emoji into markdown renderer, fix formatting

* chat protocol: correct golangci-lint findings

* chat field: specify that the contentEditable is an HTMLElement

* admin: mention that emoji should have unique names

* Prettified Code!

* regenerate pack-lock

* chat: correct the emphasis tag, provide fallback for other elements

---------

Co-authored-by: jprjr <jprjr@users.noreply.github.com>
2023-07-05 17:25:47 -07:00
..
actionEvent.go Expanded linting + fix warnings (#1396) 2021-09-12 00:18:15 -07:00
connectedClientInfo.go Inline chat moderation UI (#1331) 2021-11-02 19:27:41 -07:00
events.go Chat wire protocol (#3125) 2023-07-05 17:25:47 -07:00
eventtype.go Trigger the title updated webhook event whenever a title is changed (#2823) 2023-03-28 11:34:00 -07:00
fediverseEngagementEvent.go Add missing link to chat payload. Closes #1692 2022-01-24 14:56:32 -08:00
nameChangeEvent.go Add support for changing user color in name modal. Closes #1805 2022-08-09 19:56:45 -07:00
setMessageVisibilityEvent.go Fix incorrect webhook payload being sent in the new SetMessageVisibilityEvent 2021-11-12 16:28:53 -08:00
systemMessageEvent.go Expanded linting + fix warnings (#1396) 2021-09-12 00:18:15 -07:00
userDisabledEvent.go Expanded linting + fix warnings (#1396) 2021-09-12 00:18:15 -07:00
userJoinedEvent.go Expanded linting + fix warnings (#1396) 2021-09-12 00:18:15 -07:00
userMessageEvent.go Expanded linting + fix warnings (#1396) 2021-09-12 00:18:15 -07:00