mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-21 14:37:30 -06:00
[bugfix] Reorder web view logic, other small fixes (#1954)
This commit is contained in:
parent
9ff4c20374
commit
ac564c1862
9 changed files with 375 additions and 182 deletions
|
|
@ -95,7 +95,7 @@ type deref struct {
|
|||
derefEmojis map[string]*media.ProcessingEmoji
|
||||
derefEmojisMu mutexes.Mutex
|
||||
handshakes map[string][]*url.URL
|
||||
handshakeSync sync.Mutex // mutex to lock/unlock when checking or updating the handshakes map
|
||||
handshakesMu sync.Mutex // mutex to lock/unlock when checking or updating the handshakes map
|
||||
}
|
||||
|
||||
// NewDereferencer returns a Dereferencer initialized with the given parameters.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue