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,
|
reblogged: false,
|
||||||
reblogs_count: 0,
|
reblogs_count: 0,
|
||||||
replies_count: 0,
|
replies_count: 0,
|
||||||
|
zaps_amount: 0,
|
||||||
sensitive: false,
|
sensitive: false,
|
||||||
spoiler_text: '',
|
spoiler_text: '',
|
||||||
tags: ImmutableList<ImmutableMap<string, any>>(),
|
tags: ImmutableList<ImmutableMap<string, any>>(),
|
||||||
|
|
Ładowanie…
Reference in New Issue