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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user