element-hq / element-hq/element-ios
Notifications does not work in big rooms like Matrix HQ
未关闭
A-Notifications
os:iOS13
X-Regression
Z-GetYourUpdates
- 主要语言
- Swift
- 星标
- 1.8k
- 派生
- 544
- PR 合并指标
- PR 指标待抓取
描述
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.
贡献指南
评估
这个 Issue 还没有评估数据。