v3: added opengraph support to the app, wrote README instructions incl. a Docker image
This commit is contained in:
@@ -558,6 +558,10 @@ export interface ErrorMessage {
|
||||
message?: string;
|
||||
}
|
||||
|
||||
export interface ForceLogoutMessage {
|
||||
type: "force_logout";
|
||||
}
|
||||
|
||||
export type ServerToClientMessage =
|
||||
| PingMessage
|
||||
| WelcomeMessage
|
||||
@@ -576,7 +580,8 @@ export type ServerToClientMessage =
|
||||
| CommentUpdatedMessage
|
||||
| CommentDeletedMessage
|
||||
| NotificationCreatedMessage
|
||||
| ErrorMessage;
|
||||
| ErrorMessage
|
||||
| ForceLogoutMessage;
|
||||
|
||||
/**
|
||||
* Follows
|
||||
|
||||
Reference in New Issue
Block a user