提交 3aa2b477 编写于 作者: 梦境迷离's avatar 梦境迷离

1.修复支持添加群后,申请人的群列表会更新 #2

2.支持拒绝群申请,申请人得到提示
3.支持拒绝好友申请,申请人得到提示
4.群被解散时,通知所有群员,删除所有成员
上级 4a1b7bcf
......@@ -3,14 +3,13 @@ package io.github.dreamylost.websocket
import akka.actor.ActorRef
import io.github.dreamylost.model.entities.Message
import io.github.dreamylost.util.Jackson
import io.github.dreamylost.model.Mine
/** @author 梦境迷离
* @version 1.0,2021/11/25
*/
object Protocols {
import io.github.dreamylost.model.Mine
sealed trait ImProtocol {
self =>
@inline final def stringify: String = self match {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册