diff --git a/README.md b/README.md index 724ed224..3933345d 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ If you like Coracle and want to support its development, you can donate sats via # Bugs - [ ] Everything waits for even the slowest relay to connect before returning events +- [ ] Mentions are sorta weird, usually mention self - [ ] Alerts are not showing likes, just generally screwy. Maybe because I threadify before adding to the db? - [ ] Change network tab to list relays the user is connected to - [ ] Sync mentions box and in-reply mentions diff --git a/src/partials/Room.svelte b/src/partials/Room.svelte index 0655bb65..86f8797c 100644 --- a/src/partials/Room.svelte +++ b/src/partials/Room.svelte @@ -40,9 +40,9 @@
-
+
-
+
{#if room.type === 'npub'}

{displayPerson(room)}

@@ -76,7 +76,7 @@ {/if}
{#if room.about} -

+

{ellipsize(room.about, 300)}

{/if}