element-hq / element-hq/element-ios
Notifications does not work in big rooms like Matrix HQ
Đang mở
A-Notifications
os:iOS13
X-Regression
Z-GetYourUpdates
- Ngôn ngữ chính
- Swift
- Star
- 1.8k
- Fork
- 544
- Chỉ số merge pull request
- Chỉ số pull request đang chờ
Mô tả
The notification extension displays only "Message".
The reason is an out of memory crash that occurrs in background. App extensions have a limited amount of available memory. This limit depends on the device (12MB on a 5s, 16MB on a X). Deserialisation of all state events of such rooms requires more RAM than what is available.
This bug has been discovered while implementing the new background service (#3579) but it exists since we moved to iOS13.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.