mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Add a TagMergePost post-hook (#2010)
* Add a TagMergePost post-hook Introduce a post-hook for merging tags, call it in the merge path, as the last thing we do before returning.
This commit is contained in:
@@ -347,5 +347,6 @@ func (r *mutationResolver) TagsMerge(ctx context.Context, input models.TagsMerge
|
||||
return nil, err
|
||||
}
|
||||
|
||||
r.hookExecutor.ExecutePostHooks(ctx, t.ID, plugin.TagMergePost, input, nil)
|
||||
return t, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user