mirror of
https://github.com/edufeed-org/polloer.git
synced 2025-12-09 16:24:31 +00:00
Fix event kind in joinSession()
This commit is contained in:
parent
590e69c1f4
commit
dc1bbde182
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
async function joinSession() {
|
||||
console.log('join ' + sessionId);
|
||||
const filter = {
|
||||
kinds: [1342],
|
||||
kinds: [30342],
|
||||
'#d': [sessionId + ''] // filter by `d` tag
|
||||
};
|
||||
console.log(filter);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue