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");
});