mirror of
https://github.com/NicolasConstant/sengi
synced 2025-01-23 15:10:14 +01:00
binding fix
This commit is contained in:
parent
ab76d1de35
commit
ec86d38778
@ -40,7 +40,7 @@ export class StatusComponent implements OnInit {
|
||||
|
||||
@Input() isThreadDisplay: boolean;
|
||||
|
||||
@Input() notificationType: 'mention' | 'reblog' | 'favourite';
|
||||
@Input() notificationType: 'mention' | 'reblog' | 'favourite' | 'poll';
|
||||
@Input() notificationAccount: Account;
|
||||
|
||||
private _statusWrapper: StatusWrapper;
|
||||
|
Loading…
Reference in New Issue
Block a user