mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Posting without bump raised an error for TL4
This commit is contained in:
@@ -267,6 +267,6 @@ module PostGuardian
|
||||
end
|
||||
|
||||
def can_skip_bump?
|
||||
is_staff?
|
||||
is_staff? || @user.has_trust_level?(TrustLevel[4])
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user