Skip to content

Commit

Permalink
Add default value to #archive_msg.origin_id
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyshch committed Dec 27, 2023
1 parent a4bb695 commit 4f67306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mod_mam.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
packet = #xmlel{} :: xmlel() | message(),
nick = <<"">> :: binary(),
type = chat :: chat | groupchat,
origin_id :: binary()}).
origin_id = <<"">> :: binary()}).

-record(archive_prefs,
{us = {<<"">>, <<"">>} :: {binary(), binary()},
Expand Down

0 comments on commit 4f67306

Please sign in to comment.