Improve timeline state event text representation

Change are inspired by Quatermion model

* Fix invite events not getting displayed correctly
* Add some options to control what get displayed (for the moment without
a GUI
* Show reason for a state event if it exists
This commit is contained in:
Carl Schwan
2021-01-08 17:18:48 +00:00
parent 249054b57f
commit f6ac8ccb45
2 changed files with 30 additions and 11 deletions

View File

@@ -32,6 +32,14 @@
<label>Show avatar in the timeline</label>
<default>true</default>
</entry>
<entry name="ShowRename" type="bool">
<label>Show rename events in the timeline</label>
<default>true</default>
</entry>
<entry name="ShowAvatarUpdate" type="bool">
<label>Show avatar update events in the timeline</label>
<default>true</default>
</entry>
</group>
</kcfg>