mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: post revision history wasn't showing tags correctly
This commit is contained in:
@@ -80,7 +80,7 @@ class PostRevisor
|
||||
tc.check_result(false)
|
||||
next
|
||||
end
|
||||
tc.record_change('tags', prev_tags, tags)
|
||||
tc.record_change('tags', prev_tags, tags) unless prev_tags.sort == tags.sort
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user