1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +02:00

Revert "mod_muc_room.hrl: Work around old Dialyzer bug"

This reverts commit c4f6c9dfe7.
This commit is contained in:
Badlop 2025-09-08 19:04:45 +02:00
parent 48fb446f8c
commit c3a24ffdf8

View file

@ -126,7 +126,7 @@
history = #lqueue{} :: lqueue(), history = #lqueue{} :: lqueue(),
subject = [] :: [text()], subject = [] :: [text()],
subject_author = {<<"">>, #jid{}} :: {binary(), jid()}, 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(), just_created = erlang:system_time(microsecond) :: true | integer(),
activity = treap:empty() :: treap:treap(), activity = treap:empty() :: treap:treap(),
room_shaper = none :: ejabberd_shaper:shaper(), room_shaper = none :: ejabberd_shaper:shaper(),