Files
AyuGramDesktop/Telegram/SourceFiles/data
John Preston a0ffa15885 Update story mention layout, add outline.
Also use uint32 for bool-bitfields, otherwise:

int a : 1 = 0;
...
const auto test = true;
const auto b = test ? 1 : 0;
if (a != b) {
    a = b;
    ...
}
Assert(a == b); // Violation, because a == -1, not 1 (after a = b).
2023-07-20 07:20:33 +04:00
..
2023-07-20 07:20:13 +04:00
2022-12-26 14:24:06 +04:00
2022-11-02 08:51:03 +04:00
2023-07-20 07:20:07 +04:00
2023-07-20 07:20:07 +04:00
2022-11-01 19:25:37 +04:00
2023-07-20 07:20:32 +04:00
2023-07-20 07:20:12 +04:00
2023-07-20 07:20:12 +04:00