2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

FEATURE: show "edit message" button on message footer for staff

Show "Edit Message" button on personal message footer for staff if PM tagging is enabled.
This commit is contained in:
Arpit Jalan 2018-02-26 21:58:37 +05:30
parent 410b90dde0
commit 4010d8d9f9
7 changed files with 58 additions and 1 deletions

View file

@ -325,4 +325,3 @@ QUnit.test("selectBelow", function(assert) {
assert.equal(selectedPostIds[1], 4, "also selected 1st post below post #3");
assert.equal(selectedPostIds[2], 5, "also selected 2nd post below post #3");
});