mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-02-01 11:09:13 +01:00
Fix lint
This commit is contained in:
parent
4180024b7e
commit
9e1779625a
@ -189,7 +189,7 @@ func (r *realSender) sendToSubscription(
|
||||
pushNotification.Title = fmt.Sprintf("%s faved your post", displayNameOrAcct)
|
||||
case gtsmodel.NotificationPoll:
|
||||
if subscription.AccountID == notification.TargetAccountID {
|
||||
pushNotification.Title = fmt.Sprintf("Your poll has ended")
|
||||
pushNotification.Title = "Your poll has ended"
|
||||
} else {
|
||||
pushNotification.Title = fmt.Sprintf("%s's poll has ended", displayNameOrAcct)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user