feat: post & reply (#5)
This commit is contained in:
parent
5b0abcf380
commit
53f9f6240f
25 changed files with 483 additions and 98 deletions
|
|
@ -237,8 +237,8 @@ class ClientService {
|
|||
}
|
||||
})
|
||||
return {
|
||||
write: relayList.write.slice(0, 3),
|
||||
read: relayList.read.slice(0, 3)
|
||||
write: relayList.write.slice(0, 10),
|
||||
read: relayList.read.slice(0, 10)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue