refactor mfm extract (#7434)
* refactor extractCustomEmojisFromMfm() * refactor extract-hashtags * refactor extract-mentions * refactor extract-hashtags * refactor extract-url-from-mfm * refactor extract-mentions
Showing
- src/client/components/post-form.vue 1 addition, 1 deletionsrc/client/components/post-form.vue
- src/client/ui/chat/post-form.vue 1 addition, 1 deletionsrc/client/ui/chat/post-form.vue
- src/misc/extract-custom-emojis-from-mfm.ts 5 additions, 9 deletionssrc/misc/extract-custom-emojis-from-mfm.ts
- src/misc/extract-hashtags.ts 6 additions, 10 deletionssrc/misc/extract-hashtags.ts
- src/misc/extract-mentions.ts 7 additions, 10 deletionssrc/misc/extract-mentions.ts
- src/misc/extract-url-from-mfm.ts 10 additions, 18 deletionssrc/misc/extract-url-from-mfm.ts
- src/server/api/endpoints/i/update.ts 1 addition, 1 deletionsrc/server/api/endpoints/i/update.ts
- src/services/note/create.ts 2 additions, 2 deletionssrc/services/note/create.ts
- test/extract-mentions.ts 1 addition, 1 deletiontest/extract-mentions.ts
Loading
Please register or sign in to comment