Skip to content
Snippets Groups Projects

[Sprint/HipsterHedgehog] (fix): when deleting activity, also remove from moderated group queue

Closed Marcelo Rivera requested to merge fix/delete-activity-from-group-queue into master
1 unresolved thread

closes #504 (moved)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
785 786 // remove from pinned
786 787 $owner->removePinned($activity->guid);
787 788
789 // if it was posted to a group
  • Mark Harding added 1 deleted label

    added 1 deleted label

  • @eiennohi please chase these MR's up..

  • @markeharding I actually forgot to close this MR, but we talked about this a few weeks back: I initially thought this feature was broken, as it didn't work when I tested it, but when you asked me to refactor this MR, I noticed this piece of code was already in place, and it was working: https://gitlab.com/minds/engine/blob/master/Core/Groups/Events.php#L109-126

  • Please register or sign in to reply
    Loading