Move RoomLastMessageFormatter and related class and resource to the new module eventformatter, in order to prepare rendering of state event in the timeline.

This commit is contained in:
Benoit Marty 2023-05-16 11:45:58 +02:00 committed by Benoit Marty
parent 5f81ac82e0
commit 9d66af834d
29 changed files with 406 additions and 259 deletions

View file

@ -56,6 +56,12 @@
"error_no_compatible_app_found"
]
},
{
"name": ":libraries:messageformatter:impl",
"includeRegex": [
"state_event_.*"
]
},
{
"name": ":libraries:push:impl",
"includeRegex": [
@ -73,7 +79,6 @@
{
"name": ":features:roomlist:impl",
"includeRegex": [
"state_event_.*",
"screen_roomlist_.*",
"session_verification_banner_.*"
]