Commit Graph

3 Commits

Author SHA1 Message Date
Reinaldo Neto 05984d0916 [FIX] The TS in data_setup and add expect in room and ignoreuser spec (#4658) 2022-12-02 10:50:43 -03:00
Gleidson Daniel Silva cba1ca884a [NEW] Reply in direct (#4582)
* add translations

* implements reply in DM

* refactor data e2e

* fix ignoreuser e2e

* create test for reply in dm

* minor tweak

Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>
Co-authored-by: Reinaldo Neto <reinaldonetof@hotmail.com>
2022-12-02 10:50:43 -03:00
Reinaldo Neto 7fdf2dc33d [IMPROVE] Add ignore user to user profile (#4600)
* button ignore and pased the param

* load room from database and check is is ignored

* move handleIgnore to lib/method/helpers

* Ignore and Unignore, also reactivity

* block and unblock user

* pass fromRid from actionView to InfoView too

* remove console.log

* unsubscribe subscriptionFrom

* block and unblock user from dm

* test to block user and ignore user

* minor tweak

* tweak data

* minor tweak

* add test before tapBack

* refactor names
2022-10-17 15:43:48 -03:00