Skip to content

Commit

Permalink
[Core] fix images sent by Lagrange.Core do not show up in group ess…
Browse files Browse the repository at this point in the history
…ence (#636)
  • Loading branch information
DarkRRb authored Oct 13, 2024
1 parent 6abd758 commit 450599f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lagrange.Core/Message/Entity/ImageEntity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ IEnumerable<Elem> IMessageEntity.PackElement()
{
ServiceType = 48,
PbElem = common.ToArray(),
BusinessType = 10,
BusinessType = IsGroup ? 20u : 10u,
}
}
};
Expand Down

0 comments on commit 450599f

Please sign in to comment.