Update lib/discourse_chat_integration/chat_integration_reference_post.rb

Co-authored-by: Jarek Radosz <jradosz@gmail.com>
This commit is contained in:
Gabriel Grubba 2024-09-10 15:40:01 -03:00 committed by GitHub
parent 94bdec992a
commit 3ea5b6cc3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module DiscourseChatIntegration
@kind = kind @kind = kind
@raw = raw if raw.present? @raw = raw if raw.present?
@context = context @context = context
@created_at = Time.zone.now @created_at = Time.current
end end
def id def id