mirror of
https://github.com/wekan/wekan.git
synced 2026-02-20 23:14:07 +01:00
Make ReactiveCache async for Meteor 3.0 compatibility
- Convert all ReactiveCacheServer methods to async - findOne() → findOneAsync() - find().fetch() → find().fetchAsync() - Meteor.user() → Meteor.userAsync() - Convert ReactiveCache facade methods to async - Server path uses await for async operations - Client path returns sync Minimongo result (wrapped in Promise) This prepares the codebase for Meteor 3.0 where MongoDB operations are async.
This commit is contained in:
parent
e241e27ca1
commit
2f6e34c5f5
1 changed files with 244 additions and 334 deletions
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue