diff options
Diffstat (limited to 'testrig')
-rw-r--r-- | testrig/testmodels.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testrig/testmodels.go b/testrig/testmodels.go index c55b80e60..837869c83 100644 --- a/testrig/testmodels.go +++ b/testrig/testmodels.go @@ -1161,6 +1161,7 @@ func NewTestEmojis() map[string]*gtsmodel.Emoji { URI: "http://localhost:8080/emoji/01F8MH9H8E4VG3KDYJR9EGPXCQ", VisibleInPicker: TrueBool(), CategoryID: "01GGQ8V4993XK67B2JB396YFB7", + Cached: FalseBool(), }, "yell": { ID: "01GD5KP5CQEE1R3X43Y1EHS2CW", @@ -1183,6 +1184,7 @@ func NewTestEmojis() map[string]*gtsmodel.Emoji { URI: "http://fossbros-anonymous.io/emoji/01GD5KP5CQEE1R3X43Y1EHS2CW", VisibleInPicker: FalseBool(), CategoryID: "", + Cached: FalseBool(), }, } } |