Abhinav Kumar
Abhinav Kumar
Closing as version has been bumped to 0.55.2
A potentially more appropriate place for this validation could be within the `sendMessage` function (`apps/meteor/app/lib/server/functions/sendMessage.ts`). However, applying the check there might introduce regressions in scenarios where bypassing this limit is...
> do you know when this regression was introduced? I'm finding a lot of changes for a regression and too much to solve this problem Hey, @ggazzo , After debugging...
> why not use `deleteMessageBulk` and avoid one extra stream for the same action? to not mention the number of changes Instead of introducing a new event, I have modified...
Closing as fixed by #34153 #34850
I have not yet added tests, since it would include adding a tweet link for testing. The tests will fail if the tweet is deleted.
> Instead of only checking for `#`, maybe we should sanitize the string following the existing rules for channel names? For example a user could add `!channel` to the firstChannelAfterLogin,...