stop developing
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
parent
4168dfea0e
commit
0132888efe
3 changed files with 79 additions and 0 deletions
16
log/2022-09-16-ok-can-you-guys-stop-developing-release.gmi
Normal file
16
log/2022-09-16-ok-can-you-guys-stop-developing-release.gmi
Normal file
|
@ -0,0 +1,16 @@
|
|||
|
||||
# v0.1.4 - Ok can you guys stop developing
|
||||
|
||||
So someone had the smart idea[1] to create nostr chatrooms, so naturally damus should support these. I know I said the previous release would be the last release before lightning support, but chatrooms are pretty cool and I wanted to squeeze in an initial chatroom release. So here we are.
|
||||
|
||||
I haven't added full chatroom support yet, like searching for and joining channels. The way that this release currently works is that if you see one of your friends chatting in a chatroom, you'll be able to reply to that chat from your home feed, or pop into the chatroom by clicking on the post.
|
||||
|
||||
In the future I plan on having full chatroom support, probably something like how telegram displays their chatrooms.
|
||||
|
||||
It's up on testflight now so check it out!
|
||||
|
||||
Enjoy!
|
||||
|
||||
=> anigma.io [1] Anigma
|
||||
=> https://damus.io Damus TestFlight
|
||||
|
61
log/2022-09-16-ok-can-you-guys-stop-developing-release.html
Normal file
61
log/2022-09-16-ok-can-you-guys-stop-developing-release.html
Normal file
|
@ -0,0 +1,61 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>The Damus Log</title>
|
||||
<link rel="stylesheet" href="log.css?v=29">
|
||||
<link rel="stylesheet" href="comments.css?v=5">
|
||||
</head>
|
||||
<body>
|
||||
<section class="header">
|
||||
<span class="logo">
|
||||
<img src="/img/damus-nobg.svg"/>
|
||||
</span>
|
||||
</section>
|
||||
<div class="container">
|
||||
<a href="https://damus.io/log" class="date">< The Damus Log</a>
|
||||
<h1 id="v0.1.4---ok-can-you-guys-stop-developing">v0.1.4 - Ok can you
|
||||
guys stop developing</h1>
|
||||
<p>So someone had the smart idea[1] to create nostr chatrooms, so
|
||||
naturally damus should support these. I know I said the previous release
|
||||
would be the last release before lightning support, but chatrooms are
|
||||
pretty cool and I wanted to squeeze in an initial chatroom release. So
|
||||
here we are.</p>
|
||||
<p>I haven’t added full chatroom support yet, like searching for and
|
||||
joining channels. The way that this release currently works is that if
|
||||
you see one of your friends chatting in a chatroom, you’ll be able to
|
||||
reply to that chat from your home feed, or pop into the chatroom by
|
||||
clicking on the post.</p>
|
||||
<p>In the future I plan on having full chatroom support, probably
|
||||
something like how telegram displays their chatrooms.</p>
|
||||
<p>It’s up on testflight now so check it out!</p>
|
||||
<p>Enjoy!</p>
|
||||
<p><a href="anigma.io">[1] Anigma</a> <a href="https://damus.io">Damus
|
||||
TestFlight</a></p>
|
||||
|
||||
<h3><a id="comment-link" href="nostr:e:">Comments</a></h3>
|
||||
<div id="comments">
|
||||
</div>
|
||||
<script src="nostr.js?v=4" ></script>
|
||||
<script src="comments.js?v=16" ></script>
|
||||
<script>
|
||||
const threads = {
|
||||
"the-stuff-loads-better-release": "9941b55c2844f275b7b8714a1c39859088a425ce798f740ea8fea879f9098641",
|
||||
"introducing-damus-log": "4e8b44bb43018f79bd3efcdcd71af43814cdf996e0c62adedda1ac33bf5e1371",
|
||||
}
|
||||
let relay
|
||||
for (const key of Object.keys(threads)) {
|
||||
if (window.location.href.includes(key)) {
|
||||
const id = threads[key]
|
||||
relay = comments_init(id)
|
||||
document.querySelector("#comment-link").href = 'nostr:e:' + id
|
||||
break
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</div> <!-- container -->
|
||||
</body>
|
||||
</html>
|
|
@ -18,8 +18,10 @@
|
|||
|
||||
<h1>The Damus Log</h1>
|
||||
<ul>
|
||||
<li><a href="2022-09-16-ok-can-you-guys-stop-developing-release.html">v0.1.4 - Ok can you guys stop developing</a><span class="date">2022-09-16</span></li>
|
||||
<li><a href="2022-08-19-the-stuff-loads-better-release.html">v0.1.3 - The "Stuff Loads Better" Release</a><span class="date">2022-08-19</span></li>
|
||||
<li><a href="2022-08-02-introducing-damus-log.html">Introducing The Damus Log</a><span class="date">2022-08-02</span></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h3><a href="nostr:e:2ed9b99190f0acf8f5cf768d4edd4be004a1262c6d296f341333e5e94b5ec423">Comments</a></h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue