HelloZeroNet / ZeroTalk

ZeroTalk
GNU General Public License v2.0
60 stars 47 forks source link

How can I stick posts in my own ZeroTalk? #47

Closed danimesq closed 7 years ago

HelloZeroNet commented 7 years ago

You have to add the topic's "uri" (it's in the url after ?Topic:) to the root content.json, eg.:

 ...
 "settings": {
  "admin": "nofish",
  "admin_href": "http://127.0.0.1:43110/Mail.ZeroNetwork.bit/?to=nofish",
  "topic_sticky_uris": [
   "2_1J3rJ8ecnwH2EPYa6MrgZttBNc61ACFiCj",
   "8_1J3rJ8ecnwH2EPYa6MrgZttBNc61ACFiCj"
  ]
 }
 ...
danimesq commented 7 years ago

Thanks!