mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 05:26:02 +08:00
Show the entire history of replies above a post when you expend "in reply to"
This commit is contained in:
@ -12,6 +12,7 @@ test('defaults', function() {
|
||||
var post = Discourse.Post.create({id: 1});
|
||||
blank(post.get('deleted_at'), "it has no deleted_at by default");
|
||||
blank(post.get('deleted_by'), "there is no deleted_by by default");
|
||||
equal(post.get('replyHistory.length'), 0, "there is no reply history by default");
|
||||
});
|
||||
|
||||
test('new_user', function() {
|
||||
|
Reference in New Issue
Block a user