-
Notifications
You must be signed in to change notification settings - Fork 13.5k
feat: Apps-Engine method to read multiple messages from a room #32176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
d7134c5
implement the rooms bridge
Dnouv 2c6bd5b
change param order
Dnouv f3bb1a5
Update Apps-Engine
d-gubert 4b0c386
change changeset
Dnouv 9d34e6d
Merge branch 'develop' into new/room_msg_bridge
Dnouv 2b20034
make changeset less developer friendly
Dnouv caf56fb
Update .changeset/polite-foxes-repair.md
d-gubert c1c5378
handle type assertions
d35c081
handle NaN, -Infifity
12b2b84
merge develop
Dnouv fb24310
resolve conflick on yarn.lock
Dnouv 47418c5
update method and linting issues
Dnouv 33cd125
Merge branch 'develop' into new/room_msg_bridge
d-gubert 9c10374
introduce new converter to reduce db calls
Dnouv e9913d8
correct type for editedby id
Dnouv 4f91b44
Merge branch 'develop' into new/room_msg_bridge
Dnouv 667dcd3
Update packages/apps/src/converters/IAppMessagesConverter.ts
d-gubert cd37b40
add new type msgraw
Dnouv 248495a
update apps-engine version
Dnouv eb4e60d
Merge branch 'develop' into new/room_msg_bridge
Dnouv 624e077
Merge branch 'develop' into new/room_msg_bridge
d-gubert a58737b
Merge branch 'develop' into new/room_msg_bridge
d-gubert 06042f6
Merge branch 'develop' into new/room_msg_bridge
d-gubert d3c51be
use map<->foreach
Dnouv fd2aee8
add logs
Dnouv 41f3b9f
Fix wrong field name
d-gubert deabeb6
remove the limit checks
Dnouv f35fa9a
merge develop
Dnouv 0dc45d9
Merge remote-tracking branch 'origin/develop' into new/room_msg_bridge
d-gubert 6ac6e9d
Adapt implementation to apps-engine changes
d-gubert 286d1a6
Merge branch 'develop' into new/room_msg_bridge
Dnouv a5348fd
bump apps engine
Dnouv b0d35be
lint
Dnouv bd288d8
Merge branch 'develop' into new/room_msg_bridge
Dnouv 22aca58
Convert field name in sort option
d-gubert a73afff
Merge branch 'develop' into new/room_msg_bridge
d-gubert 8a0e0fa
Merge branch 'develop' into new/room_msg_bridge
d-gubert File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@rocket.chat/meteor': minor | ||
| --- | ||
|
|
||
| Added a method to the Apps-Engine that allows apps to read multiple messages from a room |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.