Fix build error on the test target

This commit is a trivial fix for a build error on the test target

Signed-off-by: Daniel D’Aquino <daniel@daquino.me>
This commit is contained in:
Daniel D’Aquino
2024-06-24 14:38:18 -07:00
parent 529ee63f29
commit 53be29efc2

View File

@@ -52,7 +52,7 @@ func generate_test_damus_state(
video: .init(),
ndb: ndb,
quote_reposts: .init(our_pubkey: our_pubkey),
emoji_provider: DefaultEmojiProvider()
emoji_provider: DefaultEmojiProvider(showAllVariations: false)
)
return damus