Skip to content

Commit 5849978

Browse files
committed
feat: add alioss or other s3 protocol external storage support #104
1 parent cb927ae commit 5849978

File tree

13 files changed

+868
-341
lines changed

13 files changed

+868
-341
lines changed

apps/oauth-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"express": "^4.18.2",
1515
"fs-extra": "^11.1.0",
16-
"tailchat-server-sdk": "workspace:^0.0.14"
16+
"tailchat-server-sdk": "workspace:^"
1717
},
1818
"devDependencies": {
1919
"@types/express": "^4.17.15",

client/web/plugins/com.msgbyte.bbcode/src/tags/__all__.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ registerBBCodeTag('at', MentionTag);
2929
registerBBCodeTag('emoji', EmojiTag);
3030
registerBBCodeTag('markdown', MarkdownTag);
3131
registerBBCodeTag('md', MarkdownTag); // alias
32-
registerBBCodeTag('card', CardTag); // alias
32+
registerBBCodeTag('card', CardTag);

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
"mongoose-findorcreate": "3.0.0"
7878
},
7979
"patchedDependencies": {
80-
8180
8281
8382
}

patches/[email protected]

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)