diff --git a/include/ircd/m/bridge.h b/include/ircd/m/bridge.h index 69b8ff3db..952fb0deb 100644 --- a/include/ircd/m/bridge.h +++ b/include/ircd/m/bridge.h @@ -57,13 +57,13 @@ struct ircd::m::bridge::namespaces :json::tuple < /// Events which are sent from certain users. - json::property, + json::property, /// Events which are sent in rooms with certain room aliases. - json::property, + json::property, /// Events which are sent in rooms with certain room IDs. - json::property + json::property > { using super_type::tuple;