mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-15 04:50:11 +08:00
Adjust name
This commit is contained in:
parent
2cfac415c4
commit
25947a6fad
@ -31,8 +31,8 @@ sealed class AddFriendResult {
|
|||||||
/**
|
/**
|
||||||
* 等待对方同意
|
* 等待对方同意
|
||||||
*/
|
*/
|
||||||
object WAITING_FOR_APPROVE : DONE() {
|
object WAITING_FOR_APPROVAL : DONE() {
|
||||||
override fun toString(): String = "AddFriendResult(WaitingForApprove)"
|
override fun toString(): String = "AddFriendResult(WaitingForApproval)"
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user