mirror of
https://github.com/fluencelabs/fluent-pad
synced 2025-04-25 08:52:14 +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
|
||||
get_users: -> GetUsersServiceResult
|
||||
join: User -> EmptyServiceResult
|
||||
leave(userPeerId: PeerID) -> EmptyServiceResult
|
||||
is_exists(userPeerId: PeerID)
|
||||
leave: string -> EmptyServiceResult -- user peerId
|
||||
is_exists: string -> () -- user peerId
|
||||
|
Loading…
x
Reference in New Issue
Block a user