summaryrefslogtreecommitdiff
path: root/app/models/node_action.rb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-06 13:30:38 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-06 13:30:38 +0200
commit5644fffbc3c58e6dd7e3c4103c28bad8f4c0bbc6 (patch)
treebc58310f60ac37c5d6927177d5d09a28a05a2b3b /app/models/node_action.rb
parent2da0ce9f3c4bdbe12a80a0d28e964e9658c53f31 (diff)
Let editors set a node external homepage, gated and witnessed
Diffstat (limited to 'app/models/node_action.rb')
-rw-r--r--app/models/node_action.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/node_action.rb b/app/models/node_action.rb
index bfa469b1..f1e4eaea 100644
--- a/app/models/node_action.rb
+++ b/app/models/node_action.rb
@@ -134,6 +134,7 @@ class NodeAction < ApplicationRecord
134 # from the node verbs' "tags", which is a pair, 134 # from the node verbs' "tags", which is a pair,
135 # so one renderer cannot mistake the other. 135 # so one renderer cannot mistake the other.
136 # "path" -- the node's unique_name, when it has a node 136 # "path" -- the node's unique_name, when it has a node
137 # "external_url" -- pair
137 # 138 #
138 # On "event_update" only, and only when something changed -- an 139 # On "event_update" only, and only when something changed -- an
139 # update that changes nothing records no entry at all: 140 # update that changes nothing records no entry at all: