about summary refs log tree commit diff
path: root/ExampleBots/ModerationBot/StateEventTypes/Policies/Implementations/MediaPolicyHomeserver.cs
blob: 72c9a600a0299c6a08f1694e46558617e85f3452 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
using LibMatrix.EventTypes;

namespace ModerationBot.StateEventTypes.Policies.Implementations;

/// <summary>
///     Homeserver media policy event, entity is the MXC URI of the file, hashed with SHA3-256.
/// </summary>
[MatrixEvent(EventName = "gay.rory.moderation.rule.media.homeserver")]
public class MediaPolicyHomeserver : BasePolicy {
}