Closed kakkun61 closed 5 years ago
Hey there-
I'm a bot, here to let you know that some code in this PR might not match the team's automated styling. I ran the team's auto-reformatting tools on the files changed in this PR and found some differences. Those differences can be seen in #83.
Please see that Pull Request's description for more details.
LGTM!
LGTM
Hey there-
I'm a bot, here to let you know that some code in this PR might not match the team's automated styling. I ran the team's auto-reformatting tools on the files changed in this PR and found some differences. Those differences can be seen in #84.
Please see that Pull Request's description for more details.
Hey there-
I'm a bot, here to let you know that some code in this PR might not match the team's automated styling. I ran the team's auto-reformatting tools on the files changed in this PR and found some differences. Those differences can be seen in #85.
Please see that Pull Request's description for more details.
Hey there-
I'm a bot, here to let you know that some code in this PR might not match the team's automated styling. I ran the team's auto-reformatting tools on the files changed in this PR and found some differences. Those differences can be seen in #86.
Please see that Pull Request's description for more details.
LGTM!
∧_∧::
(いいだろう、ただしビルドが通ったら、だ。)> ( ・_・ )::
/⌒ ⌒)::
/ へ__/ /::
(_\\ミ)/::
| `-イ::
/y )::
// /::
/ /::
( く:::
|\ ヽ:: 、
This PR make a private RPC method removed.
I remove
create_pair_talk
RPC method from this public repository because it is a private one.Original
allocateChannel
creates a pair talk in it, but it get not to be able to create a pair talk. And so newallocateChannel
must be passed a talk to.Breaking change
withChannel
never create talk rooms. Users must create a talk room before callwithChannel
and pass it.