ah ok i don't think i fully comprehended what you were saying. this would still have an e tag as well right?

Reply to this note

Please Login to reply.

Discussion

Yes nothing changes, the preview tag is just an optimization for quoted boosts. For kind7 boosts i just put that in the content itself

I see, i like it. is there any way to prevent the relays from indexing the preview tag?

Not sure what you mean, you can't prevent relays from doing anything.

just saying that if relays index all tags, I'm hesitant to bloat those indexes with tags that are used for lookup queries (especially when the tag is a whole json event). so would be nice to have a way to tell relays you don't need to index this.

I guess it's more than an optimization, it serves a few more purposes:

* doesn't change if the note is ever edited

* gives a hint to client as to which event reference to create a preview for

* allows you to load the initial thread on first click since the embedded note includes the root_id

agree these would be useful