mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 03:54:54 +08:00
Add Fediverse event chat views. Closes #2679
This commit is contained in:
@ -42,3 +42,10 @@ export interface MessageVisibilityEvent extends SocketEvent {
|
||||
visible: boolean;
|
||||
ids: string[];
|
||||
}
|
||||
|
||||
export interface FediverseEvent extends SocketEvent {
|
||||
title: string;
|
||||
image: string;
|
||||
link: string;
|
||||
body: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user