Gustavo Reis Bauer
Gustavo Reis Bauer
This PR implements a few casing helpers, as were asked in the issue #3125 It adds a few helpers methods such as: - toPascalCase - toCamelCase - toSnakeCase - toScreamingSnakeCase...
## Proposed changes (including videos or screenshots) Earlier, whenever we had auto join teams, when the user joined, we would not look at the auto-join channels inside of it. The...
feat: Increase the limit of members that can be added using the autojoin feature in a team's channel
## Proposed changes (including videos or screenshots) There existed an implicit limit of 50 members that would be included whenever a a channel with auto join was created inside a...
This decorator is used to check if a string matches the ISO 639-1, that describes how country languages prefixes should look like. Fortunatelly, it just delegates the validation to an...
## Proposed changes (including videos or screenshots) This PR fixes the issue that would arise all the times the first (and only) message of a thread would get deleted. What...
## Proposed changes (including videos or screenshots) Whenever we try to send a push notification to a stale token, we get the SENDER_ID_MISSMATCH, and we should prune it from our...
I still have some stuff do do before marking it as "Ready to Review" - [x] Write some tests - [ ] Validate locally everything works fine - [ ]...