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:
parent
5f81ac82e0
commit
9d66af834d
29 changed files with 406 additions and 259 deletions
|
|
@ -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_.*"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue