kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
feat: add 'amount' & 'message' to NotificationRecord normalizer - ditto:zap
rodzic
6560dac86d
commit
a825925193
|
@ -20,6 +20,8 @@ export const NotificationRecord = ImmutableRecord({
|
||||||
emoji_url: null as string | null, // pleroma:emoji_reaction
|
emoji_url: null as string | null, // pleroma:emoji_reaction
|
||||||
id: '',
|
id: '',
|
||||||
name: '', // ditto:name_grant
|
name: '', // ditto:name_grant
|
||||||
|
amount: 0, // ditto:zap
|
||||||
|
message: '', // ditto:zap
|
||||||
status: null as EmbeddedEntity<Status>,
|
status: null as EmbeddedEntity<Status>,
|
||||||
target: null as EmbeddedEntity<Account>, // move
|
target: null as EmbeddedEntity<Account>, // move
|
||||||
type: '',
|
type: '',
|
||||||
|
|
Ładowanie…
Reference in New Issue