mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 00:26:07 +10:00
Fixed bug with invalid event author for MR
This commit is contained in:
@@ -46,8 +46,7 @@ class MergeRequestObserver < ActivityObserver
|
||||
target_id: record.id,
|
||||
target_type: record.class.name,
|
||||
action: status,
|
||||
author_id: record.author_id
|
||||
author_id: current_user
|
||||
)
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user