fix: fix bad copy paste for the notification author (#2260)
This commit is contained in:
parent
14cfcebb5a
commit
2c0902837a
|
@ -96,7 +96,7 @@ func (db sqlitePersistence) unmarshalActivityCenterNotificationRows(rows *sql.Ro
|
|||
}
|
||||
|
||||
if author.Valid {
|
||||
notification.Author = name.String
|
||||
notification.Author = author.String
|
||||
}
|
||||
|
||||
// Restore last message
|
||||
|
|
Loading…
Reference in New Issue