mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Move every Cards.findOne() to the ReactiveCache
This commit is contained in:
parent
a182482cfb
commit
3b65113d05
24 changed files with 96 additions and 87 deletions
|
|
@ -205,7 +205,7 @@ if (isSandstorm && Meteor.isServer) {
|
|||
|
||||
if (doc.cardId) {
|
||||
path = `b/sandstorm/libreboard/${doc.cardId}`;
|
||||
Cards.findOne(doc.cardId).members.map(subscribedUser);
|
||||
ReactiveCache.getCard(doc.cardId).members.map(subscribedUser);
|
||||
}
|
||||
|
||||
if (doc.memberId) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue