From 76bc3aa63f0321f56f11d03acf0880f0fb129252 Mon Sep 17 00:00:00 2001 From: Thumbscrew Date: Tue, 5 Apr 2022 17:07:20 +0100 Subject: [PATCH] fix `MatrixMessage` type --- PSMatrixTypes.ps1xml | 40 ++++++++++++++++------------------------ 1 file changed, 16 insertions(+), 24 deletions(-) diff --git a/PSMatrixTypes.ps1xml b/PSMatrixTypes.ps1xml index 611fe6d..467932c 100644 --- a/PSMatrixTypes.ps1xml +++ b/PSMatrixTypes.ps1xml @@ -2,30 +2,22 @@ MatrixMessage - - EventID - EventID - - - Sender - Sender - - - Body - Body - - - Format - Format - - - FormattedBody - FormattedBody - - - MsgType - MsgType - + + PSStandardMembers + + + DefaultDisplayPropertySet + + EventID + Sender + Body + Format + FormattedBody + MsgType + + + + \ No newline at end of file