mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Show an email icon beside posts that arrived via email
This commit is contained in:
@@ -125,7 +125,9 @@ Thanks for listening."
|
||||
receiver.process
|
||||
|
||||
topic.posts.count.should == (start_count + 1)
|
||||
topic.posts.last.cooked.strip.should == fixture_file("emails/valid_reply.cooked").strip
|
||||
created_post = topic.posts.last
|
||||
created_post.via_email.should be_true
|
||||
created_post.cooked.strip.should == fixture_file("emails/valid_reply.cooked").strip
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user