discourse/plugins/chat/spec/queries/chat
Joffrey JAFFEUX 84cd621bdc
FIX: allows to query a username made of integers (#25815)
If a user had `123456789` as username, it could be passed to the query as a number and the query would fail as it expects a string.

Also applies the same fix to groups.
2024-02-22 14:53:47 +01:00
..
channel_memberships_query_spec.rb DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00
channel_unreads_query_spec.rb DEV: Redesign chat mentions (#24752) 2024-01-17 15:24:01 +04:00
messages_query_spec.rb FEATURE: thread pagination (#22624) 2023-07-27 09:57:03 +02:00
thread_participant_query_spec.rb FIX: handle thread participants limit on the frontend (#23839) 2023-10-09 14:04:59 +08:00
thread_unreads_query_spec.rb FIX: correctly exclude muted channels from thread unreads (#25339) 2024-01-19 22:05:41 +01:00
tracking_state_report_query_spec.rb FIX: correctly exclude muted channels from thread unreads (#25339) 2024-01-19 22:05:41 +01:00
users_from_usernames_and_groups_query_spec.rb FIX: allows to query a username made of integers (#25815) 2024-02-22 14:53:47 +01:00