diff options
author | Himbeer <himbeer@disroot.org> | 2025-01-24 16:19:47 +0100 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2025-01-24 16:19:47 +0100 |
commit | c1fbf162562eec951baafc4cdb8151b43139b9f2 (patch) | |
tree | fa635607d44f70eaf5d74fa21474ae8a8dd01332 /server_conn.go | |
parent | 3782f3ddbf7aa3af50d85bf492fbc4c9be8cdb3c (diff) |
Update to fixed mt.ToCltMediaPush
This commit fixes #159 by updating mt and inverting the ShouldCache /
Ephemeral field.
Diffstat (limited to 'server_conn.go')
-rw-r--r-- | server_conn.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server_conn.go b/server_conn.go index 34ab129..1b37fc7 100644 --- a/server_conn.go +++ b/server_conn.go @@ -31,8 +31,8 @@ type ServerConn struct { mediaPool string dynMedia map[string]struct { - token uint32 - cache bool + ephemeral bool + token uint32 } inv mt.Inv |