Add embedded urls attribute to live thread updates

Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
Vartan Benohanian
2020-09-18 09:55:28 -04:00
parent e73b89f0b8
commit 1eb75d163c
3 changed files with 52 additions and 7 deletions
+2 -1
View File
@@ -75,7 +75,8 @@ var expectedLiveThreadUpdates = []*LiveThreadUpdate{
Author: "testuser1",
Created: &Timestamp{time.Date(2020, 9, 18, 4, 35, 24, 0, time.UTC)},
Body: "test 2",
Body: "test 2",
EmbeddedURLs: []string{"https://example.com", "https://reddit.com"},
Stricken: true,
},