Skip to content

Commit

Permalink
[Core] Save key information needed to refresh private chat file links
Browse files Browse the repository at this point in the history
Signed-off-by: ishkong <[email protected]>
  • Loading branch information
ishkong committed Dec 6, 2024
1 parent 59de161 commit 1dcd3b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lagrange.Core/Message/Entity/FileEntity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ public class FileEntity : IMessageEntity
/// </summary>
public string? FileId { get; set; }

internal string? FileUuid { get; set; }
public string? FileUuid { get; set; }

internal string? FileHash { get; set; }
public string? FileHash { get; set; }

internal Stream? FileStream { get; set; }

Expand Down

0 comments on commit 1dcd3b7

Please sign in to comment.