mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
|
|
Presence.configure({
|
||
|
|
state() {
|
||
|
|
return {
|
||
|
|
currentBoardId: Session.get('currentBoard'),
|
||
|
|
};
|
||
|
|
},
|
||
|
|
});
|