Various bits fixes (#1443)

We now make sure we don't render any fake bits
Bits now show their real value properly
This commit is contained in:
apa420
2019-12-19 21:36:02 +01:00
committed by pajlada
parent 11442bba20
commit 0d227ab2f5
4 changed files with 36 additions and 1 deletions
@@ -81,6 +81,7 @@ private:
QString roomID_;
bool hasBits_ = false;
QString bits;
int bitsLeft;
bool historicalMessage_ = false;
QString userId_;