From c3a24ffdf81a988c19bcdb57fc8f3791a54f2501 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 8 Sep 2025 19:04:45 +0200 Subject: [PATCH] Revert "mod_muc_room.hrl: Work around old Dialyzer bug" This reverts commit c4f6c9dfe765e017c5f2d83c8ab6311c97304250. --- include/mod_muc_room.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mod_muc_room.hrl b/include/mod_muc_room.hrl index 1e90a7912..949e910da 100644 --- a/include/mod_muc_room.hrl +++ b/include/mod_muc_room.hrl @@ -126,7 +126,7 @@ history = #lqueue{} :: lqueue(), subject = [] :: [text()], subject_author = {<<"">>, #jid{}} :: {binary(), jid()}, - hats_users = #{} :: map(), % FIXME on OTP 21+: #{ljid() => #{binary() => binary()}}, + hats_users = #{} :: #{ljid() => #{binary() => binary()}}, just_created = erlang:system_time(microsecond) :: true | integer(), activity = treap:empty() :: treap:treap(), room_shaper = none :: ejabberd_shaper:shaper(),