feat: add zaps_amount to StatusRecord

environments/review-render-zap-kv0kyl/deployments/4693
P. Reis 3 months ago
parent a09327abeb
commit 80cbf1d91c

@ -75,6 +75,7 @@ export const StatusRecord = ImmutableRecord({
reblogged: false,
reblogs_count: 0,
replies_count: 0,
zaps_amount: 0,
sensitive: false,
spoiler_text: '',
tags: ImmutableList<ImmutableMap<string, any>>(),

Loading…
Cancel
Save