Skip to content

Commit

Permalink
Merge pull request #150 from v0l/main
Browse files Browse the repository at this point in the history
[pull] master from v0l:main
  • Loading branch information
pull[bot] authored Sep 23, 2024
2 parents ff82712 + 5a8bbdc commit 60425e3
Show file tree
Hide file tree
Showing 20 changed files with 3,454 additions and 3,453 deletions.
2 changes: 1 addition & 1 deletion packages/app/src/chat/nip17.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class Nip17ChatSystem extends ExternalStore<Array<Chat>> implements ChatS
participants,
messages: messages.map(m => ({
id: m.id,
created_at: m.created_at,
created_at: m.inner.created_at,
from: m.inner.pubkey,
tags: m.tags,
content: "",
Expand Down
452 changes: 226 additions & 226 deletions packages/app/src/translations/ar_SA.json

Large diffs are not rendered by default.

Loading

0 comments on commit 60425e3

Please sign in to comment.