-
Notifications
You must be signed in to change notification settings - Fork 20
feat: message reactions #79
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
48 commits
Select commit
Hold shift + click to select a range
6b19a03
refactor: move dot-env dep to the callers (out of fed-sdk) (#97)
00c5bf0
commit before sleeping :p
debdutdeb a09e926
commit everything to not lose
debdutdeb c1bd54b
with invites
debdutdeb 52f8068
ci
debdutdeb 12d6833
ci 2
debdutdeb 8c54b57
more small
debdutdeb b448a7e
ci 3
debdutdeb 988d601
ci: do not lint js or generated files
aed9037
ci: no emit files during build
ggazzo be236af
better typings
debdutdeb 93bd701
migrate test cases
debdutdeb 1061b89
Revert "conflict -n"
debdutdeb 8c73270
Revert "Revert "conflict -n""
debdutdeb dcd8d57
maybe
debdutdeb f765d55
this is why i don't like magic
debdutdeb b143681
chore: better zod typings and misc fixes on PersistentEventBase wrapp…
debdutdeb b059e1c
chore!: remove v1 and v2 room version support (#76)
debdutdeb 5830c7d
less diff
debdutdeb b07d1a7
reset lint changes
debdutdeb 0bbf9c9
no generator use
debdutdeb 45eb0e4
lost changes
debdutdeb 8f9d099
forgotten
debdutdeb fb1c4f2
...
debdutdeb c3cecec
send stripped state too
debdutdeb 2985649
send message yeah (#94)
debdutdeb 5f7360e
feat: adds set and unset reactions events
ricardogarim e68f220
chore: fixes biome format
ricardogarim 6c3601f
fix: general fixes where the _id references were wrong
88c3770
fix: prev_events should now look to eventId instead of _id
ricardogarim fd588e8
feat: makes set and unset reactions compliant with new state approach
ricardogarim 1d1019f
x
ricardogarim 0a4452f
reverts files
ricardogarim 5d21af3
removes eventId mentions by _id
ricardogarim bb9e533
reverts files
ricardogarim 90b747f
reverts files
ricardogarim c0b898e
reverts files
ricardogarim e8eb0a9
reverts files
ricardogarim 2849db1
reverts files
ricardogarim ae984f5
reverts files
ricardogarim b5c65c3
adds reaction event publishing via emitter
ricardogarim 764b359
chore: simplifies configs attrs and keep just one config service
ricardogarim 5edd6d3
chore: adjusts unseting reactions from rc
ricardogarim 54b15e3
fix: fixes queue processing
ricardogarim 6cb6b07
chore: makes persistTimelineEvent sendEventToAllServersInRoom void calls
ricardogarim 6ff46e3
Merge branch 'main' into feat/emitter-reactions
debdutdeb 57f787b
makes persistTimelineEvent to be awaited
ricardogarim b7b3e2f
Merge branch 'main' into feat/emitter-reactions
debdutdeb 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,24 @@ | ||
| MONGODB_URI= | ||
| DATABASE_NAME= | ||
| DATABASE_POOL_SIZE= | ||
|
|
||
| SERVER_NAME= | ||
| SERVER_VERSION= | ||
| SERVER_PORT= | ||
| SERVER_BASE_URL= | ||
| SERVER_HOST= | ||
|
|
||
| MATRIX_SERVER_NAME= | ||
| MATRIX_DOMAIN= | ||
| MATRIX_KEY_REFRESH_INTERVAL= | ||
|
|
||
| CONFIG_FOLDER= | ||
|
|
||
| HOMESERVER_CONFIG_DNS_SERVERS= | ||
|
|
||
| LOG_LEVEL= | ||
| NODE_ENV= | ||
|
|
||
| DEBUG= | ||
|
|
||
| NODE_TLS_REJECT_UNAUTHORIZED= |
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
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
Oops, something went wrong.
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.