fix: fix bad copy paste for the notification author (#2260)

This commit is contained in:
Jonathan Rainville 2021-06-21 11:39:00 -04:00 committed by GitHub
parent 14cfcebb5a
commit 2c0902837a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.79.14
0.79.15

View File

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