simplex-chat / simplex-chat/simplexmq
Add the ability to configure server actions when using the entire quota
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 847
- Forks
- 111
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 9
Description
Add a setting to the config file: delete old files when using the entire quota for uploading media?
If the administrator sets "on", the old media will be deleted when the threshold value is reached.
If the administrator sets "off", then the server, if the threshold value is reached, will return the error "it is impossible to send a file" and each file will be stored for its maximum period (specified in the config)
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Start by locating the config-file handling and the server path that enforces the media-upload quota threshold. Trace how old media retention and upload errors are currently handled; done means the new setting selects deletion of old media or rejection of new files while preserving the configured maximum retention period.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100