element-hq / element-hq/element-android
Improve inMemory local echo
Open
A-Local echo
O-Uncommon
S-Minor
T-Enhancement
- Dominant language
- Kotlin
- Stars
- 3.7k
- Forks
- 917
- Avg merge
- 8d 20h
- Merged PRs (30d)
- 1
Description
Currently we have a inMemory local echo storage scope to the timeline. So if the user switch between 2 rooms, the local echos are temporary lost.
We should either
- have a inMemory local echo scoped to the session
- or add a small DB to store local echo waiting for them to be stored in the main database
Contributor guide
Assessment
This issue has not been assessed yet.