mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 13:52:50 +08:00
FIX: prevents trigger post read count update on non existing post (#8128)
This commit is contained in:
parent
e5af03be01
commit
3ee6e859ec
|
@ -390,6 +390,7 @@ SQL
|
|||
end
|
||||
|
||||
def self.trigger_post_read_count_update(post, groups, last_read_post_number, user_id)
|
||||
return if !post
|
||||
return if groups.empty?
|
||||
opts = { readers_count: post.readers_count, reader_id: user_id }
|
||||
post.publish_change_to_clients!(:read, opts)
|
||||
|
|
Loading…
Reference in New Issue
Block a user