about summary refs log tree commit diff
path: root/StateEventTypes
diff options
context:
space:
mode:
Diffstat (limited to 'StateEventTypes')
-rw-r--r--StateEventTypes/Policies/Implementations/MediaPolicyFile.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/StateEventTypes/Policies/Implementations/MediaPolicyFile.cs b/StateEventTypes/Policies/Implementations/MediaPolicyFile.cs
index c5b6ef2..f0fef63 100644
--- a/StateEventTypes/Policies/Implementations/MediaPolicyFile.cs
+++ b/StateEventTypes/Policies/Implementations/MediaPolicyFile.cs
@@ -9,7 +9,7 @@ namespace ModerationBot.StateEventTypes.Policies.Implementations;
 [MatrixEvent(EventName = "gay.rory.moderation.rule.media")]
 public class MediaPolicyFile : BasePolicy {
     /// <summary>
-    ///     Hash of the file
+    ///     Hash of the file, hashed with SHA3-256.
     /// </summary>
     [JsonPropertyName("file_hash")]
     public string? FileHash { get; set; }