Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ protected override bool Build(ImageGroupUploadEvent input, BotKeystore keystore,
// so we only implement the default summary for sub type 1
// and Tencent implements the others based on the default values.
TextSummary = input.Entity.Summary ?? (input.Entity.SubType == 1 ? "[\u52a8\u753b\u8868\u60c5]" : null!),
C2c = new PicExtBizInfoC2c
Troop = new PicExtBizInfoTroop
{
SubType = (uint)input.Entity.SubType
}
Expand Down Expand Up @@ -131,4 +131,4 @@ protected override bool Parse(Span<byte> input, BotKeystore keystore, BotAppInfo
extraEvents = null;
return true;
}
}
}