mattermost-mobile/app/queries/servers
Guillermo Vayá db569fe2c3
[MM-62565] Custom Profile attributes websocket changes (#8758)
* user_info websocket listening

* add to edit profile

* add tests

* fix user_info test

* improved types

* add websocket tests

* fix tests to adapt to the database

* temp

* fix test, remove unneeded file

* Update app/actions/remote/custom_profile.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix test and storing fields and attributes

* consistency

* remove await from loop

* remove db from component

* simplify functions

* address reviews

* adress review comments

* fix promises not being fulfilled before ordering

* fix tests

* address comments

* address review comments

* test_helper

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-27 16:24:40 +02:00
..
categories.ts Somre review fixes 2023-11-10 16:14:11 +05:30
channel.nomock.test.ts Unify Is Read Only logic to avoid code repetition and improve redability (#8720) 2025-04-06 17:50:19 +02:00
channel.test.ts Unify Is Read Only logic to avoid code repetition and improve redability (#8720) 2025-04-06 17:50:19 +02:00
channel.ts Unify Is Read Only logic to avoid code repetition and improve redability (#8720) 2025-04-06 17:50:19 +02:00
channel_bookmark.ts fix bookmarks sort order when WS does not bump update_at (#8264) 2024-10-17 09:05:01 +08:00
custom_emoji.ts [Gekidou] Extract common observers to queries (#5984) 2022-03-23 09:19:29 -03:00
custom_profile.test.ts [MM-62565] Custom Profile attributes websocket changes (#8758) 2025-05-27 16:24:40 +02:00
custom_profile.ts [MM-62565] Custom Profile attributes websocket changes (#8758) 2025-05-27 16:24:40 +02:00
drafts.ts Mobile drafts (#8280) 2025-01-13 18:40:03 +05:30
entry.test.ts test: Add entry query function tests (#8534) 2025-01-31 08:22:11 -05:00
entry.ts Request metrics improvements (#8420) 2025-01-16 13:55:29 -07:00
features.ts Add GM as DM feature support (#7515) 2023-09-26 18:35:40 +02:00
file.ts Channel Bookmarks (#7817) 2024-07-18 09:10:28 +08:00
group.ts Sanitize sqlite like queries and allow non-latin characters (#7141) 2023-02-16 11:18:05 +02:00
post.ts [MM-60236] Remove ephemeral posts on refresh/during initial load (#8260) 2024-11-01 09:28:06 -06:00
preference.test.ts MM-59787 Add tests for preference query functions (#8530) 2025-01-29 17:10:21 -05:00
preference.ts Remove watermelondb limitation on updating an already updated model (#7067) 2023-02-03 17:11:57 +02:00
reaction.ts Do not access record children directly to avoid crashes if the child is not present in the db (#7028) 2023-01-27 17:57:38 +02:00
role.test.ts Add model mocks to TestHelper (#8715) 2025-03-28 09:40:08 +01:00
role.ts Unify Is Read Only logic to avoid code repetition and improve redability (#8720) 2025-04-06 17:50:19 +02:00
scheduled_post.ts Unlicensed server should not show the tooltip on channel send button (#8806) 2025-04-29 17:21:09 +05:30
system.test.ts Add Report a Problem functionality (#8605) 2025-04-24 11:12:55 +02:00
system.ts Add Report a Problem functionality (#8605) 2025-04-24 11:12:55 +02:00
team.test.ts Feature schedule posts (#8509) 2025-04-14 22:08:59 +05:30
team.ts Feature schedule posts (#8509) 2025-04-14 22:08:59 +05:30
terms_of_service.ts Update Dependencies and bug fixes (#7000) 2023-01-24 09:14:23 +02:00
thread.ts Add some improvements to thread handling (#8407) 2025-01-16 11:48:28 +01:00
user.ts Prioritize @ autocomplete results based on recency and thread activity (#7506) 2024-05-06 10:45:44 +02:00