edemaine / coauthor

Coauthor supercollaboration/discussion forum
MIT License
245 stars 32 forks source link

Page title doesn't update when changing groups #587

Closed edemaine closed 2 years ago

edemaine commented 2 years ago

How to Reproduce

Steps to reproduce the behavior:

  1. Go to live view of one group
  2. Switch groups

The group and live view update, but the page title doesn't.

The issue is that Template.live.onCreated (which calls setTitle) isn't reactive. Need to wrap in an autorun I guess.