Skip to content

Commit

Permalink
feat: add alioss or other s3 protocol external storage support msgbyt…
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Jul 28, 2023
1 parent cb927ae commit 5849978
Show file tree
Hide file tree
Showing 13 changed files with 868 additions and 341 deletions.
2 changes: 1 addition & 1 deletion apps/oauth-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"express": "^4.18.2",
"fs-extra": "^11.1.0",
"tailchat-server-sdk": "workspace:^0.0.14"
"tailchat-server-sdk": "workspace:^"
},
"devDependencies": {
"@types/express": "^4.17.15",
Expand Down
2 changes: 1 addition & 1 deletion client/web/plugins/com.msgbyte.bbcode/src/tags/__all__.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ registerBBCodeTag('at', MentionTag);
registerBBCodeTag('emoji', EmojiTag);
registerBBCodeTag('markdown', MarkdownTag);
registerBBCodeTag('md', MarkdownTag); // alias
registerBBCodeTag('card', CardTag); // alias
registerBBCodeTag('card', CardTag);
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
"mongoose-findorcreate": "3.0.0"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
}
Expand Down
22 changes: 0 additions & 22 deletions patches/[email protected]

This file was deleted.

Loading

0 comments on commit 5849978

Please sign in to comment.