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
1 changed files with 1 additions and 1 deletions

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;