mirror of https://github.com/wekan/wekan
This required updating 3stack:presence because of the following bug: https://github.com/3stack-software/meteor-presence/pull/3pull/382/merge
parent
dd3cdf3945
commit
41b23f88ae
@ -0,0 +1,7 @@ |
|||||||
|
FastRender.onAllRoutes(function() { |
||||||
|
this.subscribe('boards'); |
||||||
|
}); |
||||||
|
|
||||||
|
FastRender.route('/b/:id/:slug', function({ id }) { |
||||||
|
this.subscribe('board', id); |
||||||
|
}); |
||||||
Loading…
Reference in new issue