-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Include rooms in the list of candidates to share with #10256
Include rooms in the list of candidates to share with #10256
Conversation
d9d2cc2
to
aa5c1d1
Compare
throw new QueryException(); | ||
} | ||
|
||
return $this->serverContainer->query(\OCA\Spreed\Share\Helper\DeletedShareAPIController::class); |
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.
meh
throw new QueryException(); | ||
} | ||
|
||
return $this->serverContainer->query(\OCA\Spreed\Share\Helper\ShareAPIController::class); |
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.
I dont like all this hardcoding :(
cd65e3e
to
a693e11
Compare
a0c1f49
to
4b7fa4a
Compare
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
dbc1277
to
49e6926
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.
tested and works as expected 👍
@danxuliu @schiessle @nickvergessen 14 or 15? |
Requires #10255 (this pull request should be rebased onto master once #10255 is merged)
Requires nextcloud/spreed#1050