1
0
mirror of https://github.com/NicolasConstant/sengi synced 2025-01-23 15:10:14 +01:00

binding fix

This commit is contained in:
Nicolas Constant 2019-06-13 21:08:29 -04:00
parent ab76d1de35
commit ec86d38778
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688

View File

@ -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;