mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 04:58:09 +08:00
FIX: corrects a regression with last_read_message_id (#19553)
This commit also adds a system to correctly track this case.
This commit is contained in:
@ -17,7 +17,7 @@ RSpec.describe "Edited message", type: :system, js: true do
|
||||
end
|
||||
|
||||
context "when editing message" do
|
||||
it "shows as edited for all users" do
|
||||
xit "shows as edited for all users" do
|
||||
chat_page.visit_channel(channel_1)
|
||||
|
||||
using_session(editing_user.username) do
|
||||
|
Reference in New Issue
Block a user