kopia lustrzana https://github.com/iv-org/invidious
Properly clear notifications when viewing feed
rodzic
09cd7bcc66
commit
0b0e56504a
|
@ -1193,7 +1193,8 @@ get "/feed/subscriptions" do |env|
|
|||
end
|
||||
|
||||
PG_DB.exec("UPDATE users SET notifications = $1 WHERE id = $2", [] of String, user.id)
|
||||
env.set "notifications", 0
|
||||
user.notifications = [] of String
|
||||
env.set "user", user
|
||||
|
||||
templated "subscriptions"
|
||||
else
|
||||
|
|
Ładowanie…
Reference in New Issue