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(),