feat: post & reply (#5)

This commit is contained in:
Cody Tseng 2024-11-09 22:28:10 +08:00 committed by GitHub
parent 5b0abcf380
commit 53f9f6240f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 483 additions and 98 deletions

View file

@ -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)
}
})
}