From 8579db2c9099630b6a268015d586db73435032f0 Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 23 Feb 2024 12:31:43 +0100 Subject: Changes --- StateEventTypes/Policies/Implementations/MediaPolicyFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'StateEventTypes') 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 { /// - /// Hash of the file + /// Hash of the file, hashed with SHA3-256. /// [JsonPropertyName("file_hash")] public string? FileHash { get; set; } -- cgit 1.4.1