mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 00:51:03 +08:00
FIX: prevents ruby warning with circular reference
This commit is contained in:
parent
58bb3967e5
commit
c0a986c181
|
@ -246,7 +246,7 @@ SQL
|
|||
sql
|
||||
end
|
||||
|
||||
def self.publish_private_message(topic, archive_user_id: archive_user_id,
|
||||
def self.publish_private_message(topic, archive_user_id: nil,
|
||||
post: nil,
|
||||
group_archive: false)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user