-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorting does not work correctly #376
Comments
Looks like room sorting is defined by a user-configurable setting named settings.tunables.sort.rooms (see https://github.com/ulyssa/iamb/blob/main/src/windows/mod.rs#L543). You can configure it in your profile config. This setting accepts a list of sorting criteria. A "~" before a criterion reverses the default sorting order. For example, The full list of options is defined in this enum: https://github.com/ulyssa/iamb/blob/main/src/base.rs#L225 The default is supposed to be:
(see https://github.com/ulyssa/iamb/blob/main/src/config.rs#L48) This is a pretty weird sort order, maybe some of your rooms are favorited/low-priority? Or maybe it isn't being applied properly. Could you give an example of how your client sorts rooms, and whether it matches up with this default? Please note that I haven't tested any of this, nor am I involved in iamb development, I'm just reading the source. |
I think it does sort correctly, but somehow all chats are always unread, even ones I have just read. |
I use both Element and iamb on my computer, and when I use iamb, the sorting isn't the same. It seems to be random, and not based on time or which chat is unread. Is this normal, and if so, can I change this?
The text was updated successfully, but these errors were encountered: