processone / processone/ejabberd
Outcoming chat messages are not always stored in archive
Open
@jsautret is already working on this.
Since Jul 11, 2023.
- Dominant language
- Erlang
- Stars
- 6.7k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
Environment
- ejabberd version: 20.07
Configuration
mod_mam:
db_type: sql
assume_mam_usage: true
default: always
user_mucsub_from_muc_archive: true
request_activates_archiving: false
Only incoming chat messages are stored in archive table when we send messages with ejabberd send_message command and/or send_message API endpoint.
The outcoming chat messages are only stored when the from user has an active session.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.