fix grey boxes on follow notifs

This commit is contained in:
zoe 2022-08-26 22:10:35 +02:00
parent 6834613e8f
commit 775ffc43bf
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ class NotificationModel implements Comparable {
late PostModel? post;
late String? accountid;
NotificationModel.fromJson(Map<String, dynamic> json) {
post = null;
time = json["created_at"];
id = json["id"];
account = AccountModel.fromJson(json["account"]);