mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
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.
6 lines
180 B
JavaScript
6 lines
180 B
JavaScript
module("Discourse.AdminEmailIndexController");
|
|
|
|
test("mixes in Discourse.Presence", function() {
|
|
ok(Discourse.Presence.detect(Discourse.AdminEmailIndexController.create()));
|
|
});
|