-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#156864336] Feature reload mam #58
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
other than the nit, 👍
src/mod_mam.erl
Outdated
@@ -37,7 +37,9 @@ | |||
remove_user/2, remove_room/3, mod_opt_type/1, muc_process_iq/2, | |||
muc_filter_message/3, message_is_archived/3, delete_old_messages/2, | |||
get_commands_spec/0, msg_to_el/4, get_room_config/4, set_room_option/3, | |||
offline_message/1, export/1]). | |||
offline_message/1, send/4, export/1]). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra export for send here unused
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
archive table is queried upon muc_room_initialization and the archived messages are loaded into the muc room history. Right now querying the last 50 messages as a hard coded value.
@aghchan
@MattFoley