Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit a49810f

Browse files
committed
[Milky] Fix MentionAll display
1 parent 90cc3e2 commit a49810f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lagrange.Milky/Utility/EntityConvert.Segment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public async Task<MessageChain> FakeSegmentsAsync(IReadOnlyList<IOutgoingSegment
8787
{
8888
TextOutgoingSegment text => new TextEntity(text.Data.Text),
8989
MentionOutgoingSegment mention => new MentionEntity(mention.Data.UserId, null),
90-
MentionAllOutgoingSegment => new MentionEntity(0, null),
90+
MentionAllOutgoingSegment => new MentionEntity(0, "全体成员"),
9191
// TODO
9292
FaceOutgoingSegment => throw new NotImplementedException(),
9393
// ReplySegment =>

0 commit comments

Comments
 (0)