Rocket.Chat.Apps-engine
Rocket.Chat.Apps-engine copied to clipboard
The Rocket.Chat Apps engine and definitions.
Hi guys, When I tried to use the `update` function of IPersistence ([link](https://rocketchat.github.io/Rocket.Chat.Apps-engine/interfaces/accessors_ipersistence.ipersistence.html#update)), I get this error: `"{\"stack\":\"Error: Not implemented.\\n at app/apps/server/bridges/persistence.ts:109:9\\n at /app/bundle/programs/server/npm/node_modules/meteor/promise/node_modules/meteor-promise/fiber_pool.js:43:40\\n at Gt.executeViewSubmitHandler (evalmachine.:13:6420)\",\"message\":\"Not implemented.\"}"` I've already...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
# What? :boat: # Why? :thinking: # Links :earth_americas: # PS :eyes:
# What? :boat: # Why? :thinking: # Links :earth_americas: [CORE-498](https://rocketchat.atlassian.net/browse/CORE-498) # PS :eyes: [CORE-498]: https://rocketchat.atlassian.net/browse/CORE-498?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
# What? :boat: # Why? :thinking: # Links :earth_americas: # PS :eyes:
# What? :boat: - Restore: https://github.com/RocketChat/Rocket.Chat.Apps-engine/commit/cfc0a0b0f530808bf417010e657957c063016c3f and https://github.com/RocketChat/Rocket.Chat.Apps-engine/commit/5284a5f866409548e276bdf2b69bee6dfc466183; Implement room bridge getMessage - Add a map from Apps Engine's dev-friendly sort params to mongoDB sort params - Adds the `limit`...
# What? :boat: Added hook to be called when an app is updated # Why? :thinking: Because why not 🤷🏽♂️ Serious: allows apps to do stuff only when an update...
# What? :boat: # Why? :thinking: # Links :earth_americas: [CORE-498](https://rocketchat.atlassian.net/browse/CORE-498) # PS :eyes: [CORE-498]: https://rocketchat.atlassian.net/browse/CORE-498?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
# What? :boat: # Why? :thinking: # Links :earth_americas: # PS :eyes:
# What? :boat: the idea that custom and customField are the same, but custom uses this interface, which is better because allows augmentation, making apps better typed # Why? :thinking:...