Rename coop.rose-ash.com to blog.rose-ash.com in comment

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
giles
2026-02-23 08:27:54 +00:00
parent f085d4a8d0
commit cc22b21b18

View File

@@ -29,7 +29,7 @@ def _build_activity_json(activity: APActivity, actor: ActorProfile, domain: str)
obj = dict(activity.object_data or {}) obj = dict(activity.object_data or {})
# Object id MUST be on the actor's domain (Mastodon origin check). # Object id MUST be on the actor's domain (Mastodon origin check).
# The post URL (e.g. coop.rose-ash.com/slug/) goes in "url" only. # The post URL (e.g. blog.rose-ash.com/slug/) goes in "url" only.
object_id = activity.activity_id + "/object" object_id = activity.activity_id + "/object"
if activity.activity_type == "Delete": if activity.activity_type == "Delete":