fix: pinned message hidden sometimes

This commit is contained in:
Tristan Yang
2022-12-29 20:46:55 +08:00
parent 3e40e2f496
commit 1ef9cef69c
7 changed files with 106 additions and 37 deletions
+6
View File
@@ -43,6 +43,12 @@ export const ContentTypes = {
formData: "multipart/form-data",
json: "application/json"
};
export const MessageTypes = {
text: "text/plain",
markdown: "text/markdown",
file: "vocechat/file",
archive: "vocechat/archive",
};
export const firebaseConfig = {
apiKey: "AIzaSyCc3VuCJZgzQLIH2wrYdQzsUOc1DuZiIOA",
authDomain: "vocechatdev.firebaseapp.com",