diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-10-01 13:20:14 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-10-01 13:20:14 +0000 |
| commit | 6bd38c7d6f3b0bf7cd1bdb6f6dcb49492491c562 (patch) | |
| tree | 9a4e136d71747188ae455954ab7b620a352f4b86 /CHANGELOG.md | |
| parent | 68c2a5b18f887f3db2f5685953bc5175aaaabbd3 (diff) | |
| parent | e331db79e50d4056cf61baa5ece88ad74e7e7fcf (diff) | |
Merge branch 'fix/wait-for-request-before-starting-interval' into 'develop'
Fix/wait for request before starting interval - fix #937
Closes #937
See merge request pleroma/pleroma-fe!1222
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a851bef..f99677ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Polls will be hidden with status content if "Collapse posts with subjects" is enabled and the post is collapsed. ### Fixed +- Network fetches don't pile up anymore but wait for previous ones to finish to reduce throttling. - Autocomplete won't stop at the second @, so it'll still work with "@lain@l" and not start over. - Fixed weird autocomplete behavior when you write ":custom_emoji: ?" |
