about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/Classes/Constants/RoomConstants.cs
blob: b145cd0beeed331e80b79efbcbff65a23c78646e (plain) (blame)
1
2
3
4
5
6
namespace MatrixRoomUtils.Web.Classes.Constants;

public class RoomConstants {
    public static readonly string[] DangerousRoomVersions = { "1", "8" };
    public const string RecommendedRoomVersion = "10";
}