Skip to content

Commit b8c451f

Browse files
authored
feat: modify GroupAtInfoItem private to public (#186)
1 parent 9fc1ebf commit b8c451f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/doocs/im/model/callback/AfterSendGroupMsgCallback.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public class AfterSendGroupMsgCallback implements Serializable {
100100
private List<GroupAtInfoItem> groupAtInfo;
101101

102102

103-
private static class GroupAtInfoItem {
103+
public static class GroupAtInfoItem {
104104
/**
105105
* 群组@全体成员标识,0-非全体@,1-全体@
106106
*/

0 commit comments

Comments
 (0)