Merge branch 'main' into tristan/development

This commit is contained in:
Tristan Yang
2022-06-27 16:13:22 +08:00
31 changed files with 79 additions and 79 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ export interface ChannelMember {}
export interface Message {}
export type ContentType = "text/plain" | "text/markdown" | "rustchat/file" | "rustchat/archive";
export type ContentType = "text/plain" | "text/markdown" | "vocechat/file" | "vocechat/archive";
export interface PinnedMessage {
mid: number;