From 9eff0d46e49b947dc2642207ee49ed657eb6b565 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Mon, 24 Jul 2023 13:14:13 +0100 Subject: [feature/performance] support uncaching remote emoji + scheduled cleanup functions (#1987) --- testrig/testmodels.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testrig') 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(), }, } } -- cgit v1.3