You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content-scope-scripts/content-scope-scripts-impl/src/main/java/com/duckduckgo/contentscopescripts/impl/messaging/AdsjsContentScopeMessaging.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -79,12 +79,12 @@ class AdsjsContentScopeMessaging @Inject constructor(
79
79
80
80
jsMessage?.let {
81
81
if (context == jsMessage.context) {
82
-
// Process global handlers first (always processed regardless of feature handlers)
83
-
82
+
// Setup reply proxy so we can send subscription events
84
83
if (jsMessage.featureName =="messaging"|| jsMessage.method =="initialPing") {
85
84
globalReplyProxy = replyProxy
86
85
}
87
86
87
+
// Process global handlers first (always processed regardless of feature handlers)
0 commit comments