liquid_feedback_frontend

annotate app/main/interest/_action/update.lua @ 1665:97dfef4eb2d7

Optionally show attachment previews in listings
author bsw
date Mon Feb 15 15:24:26 2021 +0100 (2021-02-15)
parents 2f9e1e882de6
children
rev   line source
bsw@1618 1 local issue_id = param.get("issue_id", atom.integer)
bsw@1618 2 local interested = param.get("interested", atom.boolean)
bsw@1045 3
bsw@1618 4 return Interest:update(issue_id, app.session.member, interested)
bsw@964 5

Impressum / About Us