Commit cf1bed68e2afb4034e1fb99d861826f157a5d727

Authored by Gabriel Silva
1 parent 9a5190a5

Fixes comments for oauth users

Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
app/models/external_person.rb
@@ -198,7 +198,8 @@ class ExternalPerson &lt; ActiveRecord::Base @@ -198,7 +198,8 @@ class ExternalPerson &lt; ActiveRecord::Base
198 relationships_cache_key: '', is_member_of?: false, follows?: false, 198 relationships_cache_key: '', is_member_of?: false, follows?: false,
199 each_friend: nil, is_last_admin?: false, is_last_admin_leaving?: false, 199 each_friend: nil, is_last_admin?: false, is_last_admin_leaving?: false,
200 leave: nil, last_notification: nil, notification_time: 0, notifier: nil, 200 leave: nil, last_notification: nil, notification_time: 0, notifier: nil,
201 - remove_suggestion: nil, allow_invitation_from?: false 201 + remove_suggestion: nil, allow_invitation_from?: false,
  202 + tracked_actions: ActionTracker::Record.none
202 } 203 }
203 204
204 derivated_methods = generate_derivated_methods(methods_and_responses) 205 derivated_methods = generate_derivated_methods(methods_and_responses)