diff options
author | Himbeer <himbeer@disroot.org> | 2025-01-24 16:12:07 +0100 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2025-01-24 16:16:07 +0100 |
commit | b2c1ec5b4f2afecf43ccb59a68684e68b8706431 (patch) | |
tree | 56a52eb568807faca153ff5021b5d28e8d567c1f /tocltcmds.go | |
parent | 7b8575f6d8b9829f55187efdc135ee704bc69342 (diff) |
Fix ToCltMediaPush.ShouldCache position and logic inversion
Revert "Add README with compiler downgrade note"
This reverts commit df181fce5c1548f1db6ce5d7e74274fe638a767c.
Diffstat (limited to 'tocltcmds.go')
-rw-r--r-- | tocltcmds.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tocltcmds.go b/tocltcmds.go index 2358379..e993e68 100644 --- a/tocltcmds.go +++ b/tocltcmds.go @@ -183,8 +183,8 @@ type ToCltMediaPush struct { //mt:const uint16(sha1.Size) SHA1 [sha1.Size]byte Filename string + Ephemeral bool CallbackToken uint32 - ShouldCache bool } // ToCltChatMsg tells the client that is has received a chat message. |