kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
feat: add zaps_amount to StatusRecord
rodzic
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>>(),
|
||||
|
|
Ładowanie…
Reference in New Issue