mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Fixed editing whispers bumps topic (#7106)
This commit is contained in:
@@ -512,7 +512,7 @@ class PostRevisor
|
||||
end
|
||||
|
||||
def bypass_bump?
|
||||
!@post_successfully_saved || @topic_changes.errored? || @opts[:bypass_bump] == true
|
||||
!@post_successfully_saved || @topic_changes.errored? || @opts[:bypass_bump] == true || @post.whisper?
|
||||
end
|
||||
|
||||
def is_last_post?
|
||||
|
||||
Reference in New Issue
Block a user