forked from AkkomaGang/akkoma-fe
Fix nsfw in notifications again.
This commit is contained in:
parent
39026f8bc3
commit
935b7745ea
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ const addNewStatuses = (state, { statuses, showImmediately = false, timeline, us
|
||||||
|
|
||||||
if (result.new) {
|
if (result.new) {
|
||||||
if (statusType(status) === 'retweet' && status.retweeted_status.user.id === user.id) {
|
if (statusType(status) === 'retweet' && status.retweeted_status.user.id === user.id) {
|
||||||
addNotification({ type: 'repeat', status: status.retweeted_status, action: status })
|
addNotification({ type: 'repeat', status: status, action: status })
|
||||||
}
|
}
|
||||||
|
|
||||||
// We are mentioned in a post
|
// We are mentioned in a post
|
||||||
|
|
Loading…
Reference in a new issue