simple-web-app

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit aba7c76f4a75c43744a962479110df5f5fdad38a
parent 1504a1336b33a4e051a0752f8c34df3729765e5a
Author: Silas Brack <silasbrack@gmail.com>
Date:   Mon,  8 Jun 2026 18:41:17 +0200

fix: enable subscriptions on comment record API

Subscribe returns 403 without enable_subscriptions: true.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Diffstat:
Mtraildepot/config.textproto | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/traildepot/config.textproto b/traildepot/config.textproto @@ -33,6 +33,7 @@ record_apis: [{ acl_authenticated: [READ, CREATE, UPDATE, DELETE] update_access_rule: "_ROW_.created_by = _USER_.id" delete_access_rule: "_ROW_.created_by = _USER_.id" + enable_subscriptions: true }, { name: "vote" table_name: "vote"