Rocket.Chat.ReactNative/app/lib
Alex Plekhov f56f19abc6
feat: add search emoji by substring (#5585)
Before the fix emoji could be found only by a subsctring from a string start. 

For example, we have two emojis
1) foo
2) bar_foo

When you perform a search by keyword 'foo' only the first one will be found.

Now, both will be found.

Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2024-02-26 08:25:27 -03:00
..
constants feat: play audio in sequence (#5526) 2024-02-20 17:17:46 -03:00
database feat: capability to enable/disable writing in rooms read only (#5298) 2023-11-17 15:48:32 -03:00
encryption fix: don't re-encode public key when changing e2e password (#5174) 2023-09-12 10:06:29 -03:00
hooks feat: New message composer (#5205) 2024-01-25 11:11:07 -03:00
methods feat: add search emoji by substring (#5585) 2024-02-26 08:25:27 -03:00
navigation [FIX] Remove nested room navigation (#4702) 2022-11-25 10:21:56 -03:00
notifications fix: add no clear flag to video conf android notification (#5508) 2024-01-22 17:53:09 -03:00
services feat: New message composer (#5205) 2024-01-25 11:11:07 -03:00
store fix: call the internetStateMiddleware for release mode (#5364) 2023-12-01 11:05:40 -03:00