Add check for visibility.nil? even though it can't ever be, to check for race conditions
This commit is contained in:
@ -4,4 +4,5 @@ module Mastodon
|
||||
class Error < StandardError; end
|
||||
class NotPermittedError < Error; end
|
||||
class ValidationError < Error; end
|
||||
class RaceConditionError < Error; end
|
||||
end
|
||||
|
Reference in New Issue
Block a user