mirror of
https://github.com/edufeed-org/edufeed-web.git
synced 2025-12-10 00:34:34 +00:00
Creating lists is working
This commit is contained in:
parent
d10c1036e9
commit
570eed0f41
2 changed files with 1100 additions and 4 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -19,9 +19,10 @@
|
||||||
:uri "http://localhost:4445"
|
:uri "http://localhost:4445"
|
||||||
:id (random-uuid)
|
:id (random-uuid)
|
||||||
:status "disconnected"}
|
:status "disconnected"}
|
||||||
; {:name "damus"
|
{:name "damus"
|
||||||
; :uri "wss://relay.damus.io"
|
:uri "wss://relay.damus.io"
|
||||||
; :status "disconnected"}
|
:status "disconnected"}
|
||||||
]
|
]
|
||||||
:selected-events nil
|
:selected-events #{}
|
||||||
|
:selected-lists #{}
|
||||||
:sockets []})
|
:sockets []})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue