Add default value to #archive_msg.origin_id

This commit is contained in:
Alexey Shchepin 2023-12-27 09:28:02 +03:00
parent a4bb695fc3
commit 4f6730621a
1 changed files with 1 additions and 1 deletions

View File

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