mirror of
https://github.com/fluencelabs/fluent-pad
synced 2025-04-25 17:02:12 +00:00
Revert "This commit breaks the compiler"
This reverts commit ad362f57abab78dd5664d72c15943a6e7d84a79b.
This commit is contained in:
parent
ad362f57ab
commit
342d19e37f
@ -20,5 +20,5 @@ service UserList:
|
|||||||
is_authenticated: -> AuthResult
|
is_authenticated: -> AuthResult
|
||||||
get_users: -> GetUsersServiceResult
|
get_users: -> GetUsersServiceResult
|
||||||
join: User -> EmptyServiceResult
|
join: User -> EmptyServiceResult
|
||||||
leave(userPeerId: PeerID) -> EmptyServiceResult
|
leave: string -> EmptyServiceResult -- user peerId
|
||||||
is_exists(userPeerId: PeerID)
|
is_exists: string -> () -- user peerId
|
||||||
|
Loading…
x
Reference in New Issue
Block a user