yuya373 / emacs-slack

slack client for emacs
1.1k stars 117 forks source link

What is the preferred way for auto-joining rooms #574

Closed vxe closed 1 year ago

vxe commented 1 year ago

essentially I would like to perform this operation

(mapcar
  (lambda (room-id)
    (slack-select-room room-id)
room-ids)

since we have a large list of rooms and it takes significant time to load and select using slack-select-room , I would like the same list of 10 or so rooms to be joined at once.

thanks, this project is really impressive

vxe commented 1 year ago

see https://github.com/yuya373/emacs-slack/issues/536#issuecomment-1338906372