From 066d273e104360833b3ff3285b877afeeea95dae Mon Sep 17 00:00:00 2001 From: j Date: Tue, 3 Aug 2021 13:16:52 +0200 Subject: [PATCH] fix tags later for friends --- pandora/config.0xdb.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index 8440de9a3..5efef5eaa 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -1009,7 +1009,7 @@ { "id": "tags", "title": "Tags", - "canAddAnnotations": {"member": true, "staff": true, "admin": true}, + "canAddAnnotations": {"member": true, "firend": true, "staff": true, "admin": true}, "item": "Tag", "autocomplete": true, "overlap": true,