v3: added opengraph support to the app, wrote README instructions incl. a Docker image
This commit is contained in:
@@ -396,6 +396,10 @@ export interface WSErrorMessage {
|
||||
message?: string;
|
||||
}
|
||||
|
||||
export interface WSForceLogoutMessage {
|
||||
type: "force_logout";
|
||||
}
|
||||
|
||||
export type IncomingWSMessage =
|
||||
| WSPingMessage
|
||||
| WSWelcomeMessage
|
||||
@@ -414,7 +418,8 @@ export type IncomingWSMessage =
|
||||
| WSCommentUpdatedMessage
|
||||
| WSCommentDeletedMessage
|
||||
| WSNotificationCreatedMessage
|
||||
| WSErrorMessage;
|
||||
| WSErrorMessage
|
||||
| WSForceLogoutMessage;
|
||||
|
||||
/**
|
||||
* WebSocket messages — client → server (outgoing)
|
||||
|
||||
Reference in New Issue
Block a user