Page MenuHomePhorge

Support filtering unnamed rooms by heros
ClosedPublic

Authored by tusooa on Apr 29 2024, 9:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 23, 3:40 AM
Unknown Object (File)
Tue, Jul 23, 3:40 AM
Unknown Object (File)
Tue, Jul 23, 3:40 AM
Unknown Object (File)
Tue, Jul 23, 3:40 AM
Unknown Object (File)
Tue, Jul 23, 1:02 AM
Unknown Object (File)
Sat, Jul 20, 5:24 PM
Unknown Object (File)
Sun, Jul 14, 7:33 AM
Unknown Object (File)
Wed, Jul 3, 12:16 PM
Subscribers
None

Details

Summary

Direct chats or small group chats are often unnamed, and
for the case of kazv, this is the primary kind of use case we want
to support. This adds support to filter unnamed rooms by hero ids
or names.

Type: add

Test Plan
  1. Input a part of a user's name into the filter text box. Verify that

it only shows unnamed rooms where room heroes contain that user.

  1. Input a part of a user's matrix id into the filter text box. Verify that

it only shows unnamed rooms where room heroes contain that user.

Diff Detail

Repository
rK kazv
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Apr 29 2024, 9:22 PM
Harbormaster failed remote builds in B22: Diff 31!
This revision was not accepted when it landed; it landed in state Changes Planned.May 2 2024, 3:26 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.

Should this be modified to only apply matrix id matching when starting with '@'?

Because it would be counter-intuitive to just want to search for 'tusooa' and get all the users on that server in the friends list (or make this behavior a configurable option).

In D11#327, @nannanko wrote:

Should this be modified to only apply matrix id matching when starting with '@'?

Because it would be counter-intuitive to just want to search for 'tusooa' and get all the users on that server in the friends list (or make this behavior a configurable option).

I feel that's even more counter-intuitive

For reference, Element Web's filtering will also use Matrix id even if no @ is typed

This revision is now accepted and ready to land.May 10 2024, 10:34 AM