mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: prevents ruby warning with circular reference
This commit is contained in:
parent
58bb3967e5
commit
c0a986c181
@ -246,7 +246,7 @@ SQL
|
|||||||
sql
|
sql
|
||||||
end
|
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,
|
post: nil,
|
||||||
group_archive: false)
|
group_archive: false)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user