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(),
|
video: .init(),
|
||||||
ndb: ndb,
|
ndb: ndb,
|
||||||
quote_reposts: .init(our_pubkey: our_pubkey),
|
quote_reposts: .init(our_pubkey: our_pubkey),
|
||||||
emoji_provider: DefaultEmojiProvider()
|
emoji_provider: DefaultEmojiProvider(showAllVariations: false)
|
||||||
)
|
)
|
||||||
|
|
||||||
return damus
|
return damus
|
||||||
|
|||||||
Reference in New Issue
Block a user