Fix: (ement-view-room) Go to end of buffer

This commit is contained in:
Adam Porter 2020-12-02 14:27:28 -06:00
parent e71fe3ee31
commit 210543b9bd

View file

@ -177,7 +177,8 @@ be read, but other commands in them won't work."
(setf (ement-room-display-name room)
(ement--room-display-name room)))
ement-room-buffer-name-suffix)))
(pop-to-buffer (ement-room--buffer session room buffer-name))))
(pop-to-buffer (ement-room--buffer session room buffer-name))
(goto-char (point-max))))
;;;; Functions