Update lib/discourse_chat_integration/chat_integration_reference_post.rb
Co-authored-by: Jarek Radosz <jradosz@gmail.com>
This commit is contained in:
parent
94bdec992a
commit
3ea5b6cc3c
|
@ -8,7 +8,7 @@ module DiscourseChatIntegration
|
|||
@kind = kind
|
||||
@raw = raw if raw.present?
|
||||
@context = context
|
||||
@created_at = Time.zone.now
|
||||
@created_at = Time.current
|
||||
end
|
||||
|
||||
def id
|
||||
|
|
Loading…
Reference in New Issue