summaryrefslogtreecommitdiffstats
path: root/client/config/presence.js
blob: 39b94e4d2b91268436a9c2e7df53271385736682 (plain)
1
2
3
4
5
6
7
Presence.configure({
  state() {
    return {
      currentBoardId: Session.get('currentBoard'),
    };
  },
});