Skip to content

Commit

Permalink
Add options field into room type
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Aug 31, 2022
1 parent 6a44aae commit 471c60d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/muc_light/mod_muc_light_api.erl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
-type room() :: #{jid := jid:jid(),
name := binary(),
subject := binary(),
aff_users := aff_users()}.
aff_users := aff_users(),
options := map()}.

-export_type([room/0]).

Expand Down

0 comments on commit 471c60d

Please sign in to comment.