1 2 3 4 5 6 7 8 9 10
using LibMatrix.Homeservers; namespace MatrixUtils.LibDMSpace; public static class HomeserverExtensions { public static async Task<DMSpaceRoom> GetDMSpaceRoomAsync(this AuthenticatedHomeserverGeneric homeserver) { return null; //TODO: implement } }