Add client tag to text events with "more-speech" value.

This commit is contained in:
Robert C. Martin 2022-06-06 08:19:13 -05:00
parent 57787d7cc9
commit b53347d5e5

View File

@ -282,7 +282,8 @@
root (get-reply-root event-state reply-to-or-nil)
tags (concat (make-event-reference-tags reply-to-or-nil root)
(make-people-reference-tags event-state pubkey reply-to-or-nil)
(make-subject-tag subject))
(make-subject-tag subject)
[[:client "more-speech"]])
[content tags] (emplace-references text tags)
body {:kind 1
:tags tags