mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-04 12:51:41 -05:00
af96ef2994
cf. http://meta.discourse.org/t/deleting-a-flagged-post-issue/10061 The bug was only happening when you were about the delete the first post, which means deleting the entire topic.
5 lines
180 B
JavaScript
5 lines
180 B
JavaScript
module("Discourse.AdminEmailIndexController");
|
|
|
|
test("mixes in Discourse.Presence", function() {
|
|
ok(Discourse.Presence.detect(Discourse.AdminEmailIndexController.create()));
|
|
});
|