-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Listen to more events for albums #1337
Merged
Merged
Conversation
This file contains 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
artonge
added
enhancement
New feature or request
3. to review
Waiting for reviews
php
PHP related ticket
feature: albums
Related to the albums section
labels
Oct 13, 2022
/backport to stable25 |
backportbot-nextcloud
bot
added
the
backport-request
Pending backport by the backport-bot
label
Oct 13, 2022
artonge
commented
Oct 13, 2022
artonge
force-pushed
the
artonge/feat/listen_to_more_event_for_albums
branch
from
February 2, 2023 17:02
0330548
to
f5ddfa8
Compare
artonge
force-pushed
the
artonge/feat/listen_to_more_event_for_albums
branch
from
February 9, 2023 10:33
f5ddfa8
to
18e55f9
Compare
simonspa
reviewed
Feb 9, 2023
artonge
force-pushed
the
artonge/feat/listen_to_more_event_for_albums
branch
from
May 6, 2023 16:42
0fa449a
to
1802ead
Compare
This was referenced May 9, 2023
skjnldsv
approved these changes
May 9, 2023
come-nc
reviewed
May 9, 2023
come-nc
reviewed
May 9, 2023
Comment on lines
68
to
70
} | ||
|
||
if ($event instanceof GroupDeletedEvent) { |
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.
Suggested change
} | |
if ($event instanceof GroupDeletedEvent) { | |
} elseif ($event instanceof GroupDeletedEvent) { |
And the other ones?
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.
The other kind of events? They are above
come-nc
reviewed
May 9, 2023
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: Louis Chemineau <louis@chmn.me>
artonge
force-pushed
the
artonge/feat/listen_to_more_event_for_albums
branch
from
May 9, 2023 15:34
d2b6315
to
70e719b
Compare
1 task
backportbot-nextcloud
bot
removed
the
backport-request
Pending backport by the backport-bot
label
May 9, 2023
15 tasks
/backport to stable26 |
backportbot-nextcloud
bot
added
the
backport-request
Pending backport by the backport-bot
label
Jun 5, 2023
backportbot-nextcloud
bot
removed
the
backport-request
Pending backport by the backport-bot
label
Jun 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3. to review
Waiting for reviews
enhancement
New feature or request
feature: albums
Related to the albums section
php
PHP related ticket
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.
Add handling for
UserDeletedEvent
andShareDeletedEvent
Any other event we should listen too ?