2022-09-16-ok-can-you-guys-stop-developing-release.html (2366B)
1 2 <!DOCTYPE html> 3 <html lang="en"> 4 <head> 5 <meta charset="utf-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1"> 7 8 <title>The Damus Log</title> 9 <link rel="stylesheet" href="log.css?v=29"> 10 <link rel="stylesheet" href="comments.css?v=5"> 11 </head> 12 <body> 13 <section class="header"> 14 <span class="logo"> 15 <img src="/img/damus-nobg.svg"/> 16 </span> 17 </section> 18 <div class="container"> 19 <a href="https://damus.io/log" class="date">< The Damus Log</a> 20 <h1 id="v0.1.4---ok-can-you-guys-stop-developing">v0.1.4 - Ok can you 21 guys stop developing</h1> 22 <p>So someone had the smart idea[1] to create nostr chatrooms, so 23 naturally damus should support these. I know I said the previous release 24 would be the last release before lightning support, but chatrooms are 25 pretty cool and I wanted to squeeze in an initial chatroom release. So 26 here we are.</p> 27 <p>I haven’t added full chatroom support yet, like searching for and 28 joining channels. The way that this release currently works is that if 29 you see one of your friends chatting in a chatroom, you’ll be able to 30 reply to that chat from your home feed, or pop into the chatroom by 31 clicking on the post.</p> 32 <p>In the future I plan on having full chatroom support, probably 33 something like how telegram displays their chatrooms.</p> 34 <p>It’s up on testflight now so check it out!</p> 35 <p>Enjoy!</p> 36 <p><a href="https://anigma.io">[1] Anigma</a></p> 37 <p><a href="https://testflight.apple.com/join/CLwjLxWl">Damus 38 TestFlight</a></p> 39 40 <h3><a id="comment-link" href="nostr:e:">Comments</a></h3> 41 <div id="comments"> 42 </div> 43 <script src="nostr.js?v=4" ></script> 44 <script src="comments.js?v=16" ></script> 45 <script> 46 const threads = { 47 "the-stuff-loads-better-release": "9941b55c2844f275b7b8714a1c39859088a425ce798f740ea8fea879f9098641", 48 "introducing-damus-log": "4e8b44bb43018f79bd3efcdcd71af43814cdf996e0c62adedda1ac33bf5e1371", 49 "stop-developing": "7328ba525fba9240a13dc67bc8ccf9248d90fa0c752419ccbe0558e129ea96d5", 50 } 51 let relay 52 for (const key of Object.keys(threads)) { 53 if (window.location.href.includes(key)) { 54 const id = threads[key] 55 relay = comments_init(id) 56 document.querySelector("#comment-link").href = 'nostr:e:' + id 57 break 58 } 59 } 60 </script> 61 </div> <!-- container --> 62 </body> 63 </html>