liquid_feedback_frontend

diff app/main/member/_action/update_notify_level.lua @ 1250:84f6e17c7ceb

Completed support for new notification system
author bsw
date Sun Apr 17 15:03:44 2016 +0200 (2016-04-17)
parents c0fd12b97d65
children 1d645a8d20fc
line diff
     1.1 --- a/app/main/member/_action/update_notify_level.lua	Tue Apr 05 20:41:05 2016 +0200
     1.2 +++ b/app/main/member/_action/update_notify_level.lua	Sun Apr 17 15:03:44 2016 +0200
     1.3 @@ -1,2 +1,3 @@
     1.4  app.session.member.disable_notifications = param.get("disable_notifications") == "true" and true or false
     1.5 +IgnoredArea:destroy_by_member_id(app.session.member_id)
     1.6  app.session.member:save()

Impressum / About Us