alphapapa / ement.el

A Matrix client for GNU Emacs
GNU General Public License v3.0
476 stars 44 forks source link

Room list: Rooms can be accidentally collapsed and hidden #138

Closed alphapapa closed 1 year ago

alphapapa commented 1 year ago

If the user presses TAB on a room entry (not a room group), the room disappears from the list and remains hidden when the room list is refreshed.

Workaround: Evaluate (setf magit-section-visibility-cache nil) in the room list buffer (with M-:).