Unverified Commit 79907b78 authored by Benjamin Neff's avatar Benjamin Neff
Browse files

Use podname for web+diaspora:// protocol handler

closes #7839
parent 2be60eab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ Diaspora.ProtocolHandler = {
      window.navigator.registerProtocolHandler(
        "web+diaspora",
        [window.location.protocol, "//", window.location.host, "/link?q=%s"].join(""),
        document.title
        gon.appConfig.settings.podname
      );
    } catch (_) {
      return false;