-
Notifications
You must be signed in to change notification settings - Fork 448
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
Add sending room shares support #6105
Conversation
2b52fae
to
bc611f6
Compare
Ran into a slight issue while trying to write the reshare system. |
Just pushed a commit that will try to find a room owner but if it cannot find one, |
10be4da
to
8f02a5d
Compare
The user might not exist on the other server and I would like to not require a user to be created. What are you using the owner for? |
4987824
to
e6ca245
Compare
940d92e
to
59136b8
Compare
8632221
to
988fc98
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor last things
👍 Let me fix those up |
012b20b
to
cc34659
Compare
Signed-off-by: Gary Kim <[email protected]>
Signed-off-by: Gary Kim <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
9cd98fd
to
ecd0a0c
Compare
Moving the highest permission function into EDIT: Done. |
c7d6d8f
to
3b18a7c
Compare
Signed-off-by: Gary Kim <[email protected]>
3b18a7c
to
abbe546
Compare
I guess we should add a config which blocks this for now, so people don't spam content to the databases before we implemented everything. |
Signed-off-by: Gary Kim <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Wuhu, finally one step further :D |
THanks for all the hard work and sorry for the slow reviews @gary-kim |
For #5723
This adds the backend for sending room shares.
Also includes tests for some of the sending and receiving functions.