Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
1.修复支持添加群后,申请人的群列表会更新 #2
Browse files Browse the repository at this point in the history
2.支持拒绝群申请,申请人得到提示
3.支持拒绝好友申请,申请人得到提示
4.群被解散时,通知所有群员,删除所有成员
  • Loading branch information
jxnu-liguobin committed Dec 4, 2021
1 parent 4a1b7bc commit 3aa2b47
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3aa2b47

Please sign in to comment.