about summary refs log tree commit diff
path: root/MatrixRoomUtils.Core/StateEventStruct.cs
diff options
context:
space:
mode:
authorEmma@Rory& <root@rory.gay>2023-07-24 20:56:42 +0200
committerEmma@Rory& <root@rory.gay>2023-07-24 20:56:42 +0200
commit5495a35403d285007d67f503042720302efdf94c (patch)
tree3db4dc545ce3ad252f82a577ecad4150320c1ba3 /MatrixRoomUtils.Core/StateEventStruct.cs
parentChange max line width from 120 to 180 (diff)
downloadMatrixUtils-5495a35403d285007d67f503042720302efdf94c.tar.xz
Code cleanup
Diffstat (limited to '')
-rw-r--r--MatrixRoomUtils.Core/StateEventStruct.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/MatrixRoomUtils.Core/StateEventStruct.cs b/MatrixRoomUtils.Core/StateEventStruct.cs
deleted file mode 100644

index cd301ac..0000000 --- a/MatrixRoomUtils.Core/StateEventStruct.cs +++ /dev/null
@@ -1,12 +0,0 @@ -namespace MatrixRoomUtils.Core; - -public struct StateEventStruct { - public object content { get; set; } - public long origin_server_ts { get; set; } - public string sender { get; set; } - public string state_key { get; set; } - public string type { get; set; } - public string event_id { get; set; } - public string user_id { get; set; } - public string replaces_state { get; set; } -} \ No newline at end of file