diff options
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 |