Add HTML render
This commit is contained in:
committed by
Christian Pauly
parent
eb72198048
commit
3ee1018eb5
@ -55,6 +55,7 @@ class MatrixState extends State<Matrix> {
|
||||
|
||||
String activeRoomId;
|
||||
File wallpaper;
|
||||
bool renderHtml = false;
|
||||
|
||||
String jitsiInstance = 'https://meet.jit.si/';
|
||||
|
||||
@ -189,6 +190,9 @@ class MatrixState extends State<Matrix> {
|
||||
wallpaper = file;
|
||||
}
|
||||
});
|
||||
client.storeAPI.getItem("chat.fluffy.renderHtml").then((final render) async {
|
||||
renderHtml = render == "1";
|
||||
});
|
||||
}
|
||||
super.initState();
|
||||
}
|
||||
|
Reference in New Issue
Block a user