We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c4642 commit a028869Copy full SHA for a028869
plugin.rb
@@ -60,7 +60,7 @@ module ::CommunityCustomFields
60
topic.custom_fields[:waiting_since] = nil
61
topic.custom_fields[:waiting_id] = nil
62
else
63
- if user.id != topic.custom_fields[:waiting_id]
+ if user.id != topic.custom_fields[:waiting_id].to_i
64
topic.custom_fields[:waiting_since] = Time.now.utc.iso8601
65
topic.custom_fields[:waiting_id] = user.id
66
end
0 commit comments