liquid_feedback_frontend

annotate 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
rev   line source
bsw@1248 1 app.session.member.disable_notifications = param.get("disable_notifications") == "true" and true or false
bsw@1250 2 IgnoredArea:destroy_by_member_id(app.session.member_id)
bsw@348 3 app.session.member:save()

Impressum / About Us