mantycore / chant

p2p anonymous chan/chat thing. In very early prototype state
7 stars 1 forks source link

Previews and cuts #26

Open mantycore opened 5 years ago

mantycore commented 5 years ago

By default preview of the body is the first paragraph (part before the first \n\n); or maybe first N characters, whichever is shorter; it can be made shorter by a special tag. Preview is sent with the psalm; the full body is stored as content.

Find a way to do picture previews.

0x1a1a1a commented 4 years ago

What is the goal of such cuts?

mantycore commented 4 years ago

The goal is twofold; first, separate preview mode (where only snippet of the full post is shown) and reading mode with the full text; second, minimize traffic by only sending the full text to the nodes which user requests it.