mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Revert "mod_muc_room.hrl: Work around old Dialyzer bug"
This reverts commit c4f6c9dfe7
.
This commit is contained in:
parent
48fb446f8c
commit
c3a24ffdf8
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue