diff --git a/.github/workflows/build-and-cache.yaml b/.github/workflows/build-and-cache.yaml index 85be50d4..3cb6f893 100644 --- a/.github/workflows/build-and-cache.yaml +++ b/.github/workflows/build-and-cache.yaml @@ -27,25 +27,27 @@ jobs: name: darksoil-studio - name: Install and test + env: + CACHIX_AUTH_TOKEN: "${{ secrets.DARKSOIL_CACHIX_AUTH_TOKEN }}" run: | - nix develop --command bash -c "pnpm i && pnpm t && pnpm -F @darksoil-studio/notifications build" + cachix watch-exec darksoil-studio -- nix develop --accept-flake-config --command bash -c "pnpm i && pnpm t && pnpm -F @darksoil-studio/notifications build" - name: Build zomes env: CACHIX_AUTH_TOKEN: "${{ secrets.DARKSOIL_CACHIX_AUTH_TOKEN }}" run: | - nix build -L .#notifications_integrity - cachix push darksoil-studio $(nix path-info .#notifications_integrity) - cachix pin darksoil-studio notifications_integrity_debug $(nix path-info .#notifications_integrity) + nix build --accept-flake-config -L .#notifications_integrity + cachix push darksoil-studio $(nix path-info --accept-flake-config .#notifications_integrity) + cachix pin darksoil-studio notifications_integrity_debug $(nix path-info --accept-flake-config .#notifications_integrity) - nix build -L .#notifications_integrity.meta.release - cachix push darksoil-studio $(nix path-info .#notifications_integrity.meta.release) - cachix pin darksoil-studio notifications_integrity $(nix path-info .#notifications_integrity.meta.release) + nix build --accept-flake-config -L .#notifications_integrity.meta.release + cachix push darksoil-studio $(nix path-info --accept-flake-config .#notifications_integrity.meta.release) + cachix pin darksoil-studio notifications_integrity $(nix path-info --accept-flake-config .#notifications_integrity.meta.release) - nix build -L .#notifications - cachix push darksoil-studio $(nix path-info .#notifications) - cachix pin darksoil-studio notifications_debug $(nix path-info .#notifications) + nix build --accept-flake-config -L .#notifications + cachix push darksoil-studio $(nix path-info --accept-flake-config .#notifications) + cachix pin darksoil-studio notifications_debug $(nix path-info --accept-flake-config .#notifications) - nix build -L .#notifications.meta.release - cachix push darksoil-studio $(nix path-info .#notifications.meta.release) - cachix pin darksoil-studio notifications$(nix path-info .#notifications.meta.release) + nix build --accept-flake-config -L .#notifications.meta.release + cachix push darksoil-studio $(nix path-info --accept-flake-config .#notifications.meta.release) + cachix pin darksoil-studio notifications $(nix path-info --accept-flake-config .#notifications.meta.release) diff --git a/flake.lock b/flake.lock index 2f9a1e0e..8f4d6113 100644 --- a/flake.lock +++ b/flake.lock @@ -890,11 +890,11 @@ "versions": "versions" }, "locked": { - "lastModified": 1717080664, - "narHash": "sha256-RFIGhUAiK32eoFar0c9TR+28uaCur110qC9266aLxMo=", + "lastModified": 1717143074, + "narHash": "sha256-BgIQ8yenG1CTfvdgYVg99LDBYyIz5gQczJ46dt0vqGE=", "owner": "holochain-open-dev", "repo": "infrastructure", - "rev": "724d178075dcc686fb25adb8fac86e57a1b9b812", + "rev": "1fe2b5ca7b874fb136ffcce550bc95271455ab06", "type": "github" }, "original": { @@ -922,11 +922,11 @@ "versions": "versions_2" }, "locked": { - "lastModified": 1717080664, - "narHash": "sha256-RFIGhUAiK32eoFar0c9TR+28uaCur110qC9266aLxMo=", + "lastModified": 1717143074, + "narHash": "sha256-BgIQ8yenG1CTfvdgYVg99LDBYyIz5gQczJ46dt0vqGE=", "owner": "holochain-open-dev", "repo": "infrastructure", - "rev": "724d178075dcc686fb25adb8fac86e57a1b9b812", + "rev": "1fe2b5ca7b874fb136ffcce550bc95271455ab06", "type": "github" }, "original": { @@ -975,11 +975,11 @@ ] }, "locked": { - "lastModified": 1717008431, - "narHash": "sha256-cRPG2hDyFlxsT2bGlINJOjhZ4VXPBZ3lryXXXgKZ+rQ=", + "lastModified": 1717137080, + "narHash": "sha256-2a47qhWwVTw96Eu+CRaJGLYXimlzlAq8V3T+DcSEQ6s=", "owner": "holochain", "repo": "holochain", - "rev": "54e08e370c674c87d2dcac3146cd0aff76df93aa", + "rev": "b3eb737766e488841f70e07af51c4b35de91e255", "type": "github" }, "original": { @@ -1132,11 +1132,11 @@ ] }, "locked": { - "lastModified": 1717008431, - "narHash": "sha256-cRPG2hDyFlxsT2bGlINJOjhZ4VXPBZ3lryXXXgKZ+rQ=", + "lastModified": 1717137080, + "narHash": "sha256-2a47qhWwVTw96Eu+CRaJGLYXimlzlAq8V3T+DcSEQ6s=", "owner": "holochain", "repo": "holochain", - "rev": "54e08e370c674c87d2dcac3146cd0aff76df93aa", + "rev": "b3eb737766e488841f70e07af51c4b35de91e255", "type": "github" }, "original": { @@ -1190,11 +1190,11 @@ ] }, "locked": { - "lastModified": 1717008431, - "narHash": "sha256-cRPG2hDyFlxsT2bGlINJOjhZ4VXPBZ3lryXXXgKZ+rQ=", + "lastModified": 1717137080, + "narHash": "sha256-2a47qhWwVTw96Eu+CRaJGLYXimlzlAq8V3T+DcSEQ6s=", "owner": "holochain", "repo": "holochain", - "rev": "54e08e370c674c87d2dcac3146cd0aff76df93aa", + "rev": "b3eb737766e488841f70e07af51c4b35de91e255", "type": "github" }, "original": { @@ -1260,11 +1260,11 @@ ] }, "locked": { - "lastModified": 1717008431, - "narHash": "sha256-cRPG2hDyFlxsT2bGlINJOjhZ4VXPBZ3lryXXXgKZ+rQ=", + "lastModified": 1717137080, + "narHash": "sha256-2a47qhWwVTw96Eu+CRaJGLYXimlzlAq8V3T+DcSEQ6s=", "owner": "holochain", "repo": "holochain", - "rev": "54e08e370c674c87d2dcac3146cd0aff76df93aa", + "rev": "b3eb737766e488841f70e07af51c4b35de91e255", "type": "github" }, "original": { @@ -1989,11 +1989,11 @@ "versions": "versions_3" }, "locked": { - "lastModified": 1717084450, - "narHash": "sha256-pg/nmtQwptD9Txk2iUETDHzmVeXhSXTaPht03y/q9FI=", + "lastModified": 1717143812, + "narHash": "sha256-Tcv0aq7UpjULxWPl8UCOj+8+DbZiUAreFv7vHRSGHFg=", "owner": "holochain-open-dev", "repo": "profiles", - "rev": "2a23e238c6c4d29f7a75d61d73c51fae3be2e874", + "rev": "dc458318ce01343ce8383c8bad2bb1c20e95a8ac", "type": "github" }, "original": { @@ -2102,11 +2102,11 @@ ] }, "locked": { - "lastModified": 1716949111, - "narHash": "sha256-ms3aD3Z2jKd1dk8qd0D/N7C8vFxn6z6LQ1G7cvNTVJ8=", + "lastModified": 1717121863, + "narHash": "sha256-/3sxIe7MZqF/jw1RTQCSmgTjwVod43mmrk84m50MJQ4=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "2e7ccf572ce0f0547d4cf4426de4482936882d0e", + "rev": "2a7b53172ed08f856b8382d7dcfd36a4e0cbd866", "type": "github" }, "original": { @@ -2124,11 +2124,11 @@ ] }, "locked": { - "lastModified": 1716949111, - "narHash": "sha256-ms3aD3Z2jKd1dk8qd0D/N7C8vFxn6z6LQ1G7cvNTVJ8=", + "lastModified": 1717121863, + "narHash": "sha256-/3sxIe7MZqF/jw1RTQCSmgTjwVod43mmrk84m50MJQ4=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "2e7ccf572ce0f0547d4cf4426de4482936882d0e", + "rev": "2a7b53172ed08f856b8382d7dcfd36a4e0cbd866", "type": "github" }, "original": { @@ -2148,11 +2148,11 @@ ] }, "locked": { - "lastModified": 1716949111, - "narHash": "sha256-ms3aD3Z2jKd1dk8qd0D/N7C8vFxn6z6LQ1G7cvNTVJ8=", + "lastModified": 1717121863, + "narHash": "sha256-/3sxIe7MZqF/jw1RTQCSmgTjwVod43mmrk84m50MJQ4=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "2e7ccf572ce0f0547d4cf4426de4482936882d0e", + "rev": "2a7b53172ed08f856b8382d7dcfd36a4e0cbd866", "type": "github" }, "original": { @@ -2171,11 +2171,11 @@ ] }, "locked": { - "lastModified": 1716949111, - "narHash": "sha256-ms3aD3Z2jKd1dk8qd0D/N7C8vFxn6z6LQ1G7cvNTVJ8=", + "lastModified": 1717121863, + "narHash": "sha256-/3sxIe7MZqF/jw1RTQCSmgTjwVod43mmrk84m50MJQ4=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "2e7ccf572ce0f0547d4cf4426de4482936882d0e", + "rev": "2a7b53172ed08f856b8382d7dcfd36a4e0cbd866", "type": "github" }, "original": { @@ -2234,11 +2234,11 @@ "scaffolding": { "flake": false, "locked": { - "lastModified": 1716370784, - "narHash": "sha256-iCsenLqNBpKDfGGZuXbxH0BYjgrG5Me8dvzan7VIQ5Q=", + "lastModified": 1717056432, + "narHash": "sha256-zsSoSsqrDKI/ETGkkjKAIl9GXZ8Qe1T6/TpMvlVRc8M=", "owner": "holochain", "repo": "scaffolding", - "rev": "b4b1e0f8298551c44e99d3897eedd995b4b54314", + "rev": "a14167ccf966d1b7ef9b35a68bb359864c2c6fae", "type": "github" }, "original": { @@ -2251,11 +2251,11 @@ "scaffolding_2": { "flake": false, "locked": { - "lastModified": 1716370784, - "narHash": "sha256-iCsenLqNBpKDfGGZuXbxH0BYjgrG5Me8dvzan7VIQ5Q=", + "lastModified": 1717056432, + "narHash": "sha256-zsSoSsqrDKI/ETGkkjKAIl9GXZ8Qe1T6/TpMvlVRc8M=", "owner": "holochain", "repo": "scaffolding", - "rev": "b4b1e0f8298551c44e99d3897eedd995b4b54314", + "rev": "a14167ccf966d1b7ef9b35a68bb359864c2c6fae", "type": "github" }, "original": { @@ -2268,11 +2268,11 @@ "scaffolding_3": { "flake": false, "locked": { - "lastModified": 1716370784, - "narHash": "sha256-iCsenLqNBpKDfGGZuXbxH0BYjgrG5Me8dvzan7VIQ5Q=", + "lastModified": 1717056432, + "narHash": "sha256-zsSoSsqrDKI/ETGkkjKAIl9GXZ8Qe1T6/TpMvlVRc8M=", "owner": "holochain", "repo": "scaffolding", - "rev": "b4b1e0f8298551c44e99d3897eedd995b4b54314", + "rev": "a14167ccf966d1b7ef9b35a68bb359864c2c6fae", "type": "github" }, "original": { @@ -2373,11 +2373,11 @@ "scaffolding_8": { "flake": false, "locked": { - "lastModified": 1716370784, - "narHash": "sha256-iCsenLqNBpKDfGGZuXbxH0BYjgrG5Me8dvzan7VIQ5Q=", + "lastModified": 1717056432, + "narHash": "sha256-zsSoSsqrDKI/ETGkkjKAIl9GXZ8Qe1T6/TpMvlVRc8M=", "owner": "holochain", "repo": "scaffolding", - "rev": "b4b1e0f8298551c44e99d3897eedd995b4b54314", + "rev": "a14167ccf966d1b7ef9b35a68bb359864c2c6fae", "type": "github" }, "original": { @@ -2486,11 +2486,11 @@ }, "locked": { "dir": "versions/0_3_rc", - "lastModified": 1717008431, - "narHash": "sha256-cRPG2hDyFlxsT2bGlINJOjhZ4VXPBZ3lryXXXgKZ+rQ=", + "lastModified": 1717137080, + "narHash": "sha256-2a47qhWwVTw96Eu+CRaJGLYXimlzlAq8V3T+DcSEQ6s=", "owner": "holochain", "repo": "holochain", - "rev": "54e08e370c674c87d2dcac3146cd0aff76df93aa", + "rev": "b3eb737766e488841f70e07af51c4b35de91e255", "type": "github" }, "original": { @@ -2509,11 +2509,11 @@ }, "locked": { "dir": "versions/0_3_rc", - "lastModified": 1717008431, - "narHash": "sha256-cRPG2hDyFlxsT2bGlINJOjhZ4VXPBZ3lryXXXgKZ+rQ=", + "lastModified": 1717137080, + "narHash": "sha256-2a47qhWwVTw96Eu+CRaJGLYXimlzlAq8V3T+DcSEQ6s=", "owner": "holochain", "repo": "holochain", - "rev": "54e08e370c674c87d2dcac3146cd0aff76df93aa", + "rev": "b3eb737766e488841f70e07af51c4b35de91e255", "type": "github" }, "original": { @@ -2532,11 +2532,11 @@ }, "locked": { "dir": "versions/0_3_rc", - "lastModified": 1717008431, - "narHash": "sha256-cRPG2hDyFlxsT2bGlINJOjhZ4VXPBZ3lryXXXgKZ+rQ=", + "lastModified": 1717137080, + "narHash": "sha256-2a47qhWwVTw96Eu+CRaJGLYXimlzlAq8V3T+DcSEQ6s=", "owner": "holochain", "repo": "holochain", - "rev": "54e08e370c674c87d2dcac3146cd0aff76df93aa", + "rev": "b3eb737766e488841f70e07af51c4b35de91e255", "type": "github" }, "original": { @@ -2555,11 +2555,11 @@ }, "locked": { "dir": "versions/0_3_rc", - "lastModified": 1717008431, - "narHash": "sha256-cRPG2hDyFlxsT2bGlINJOjhZ4VXPBZ3lryXXXgKZ+rQ=", + "lastModified": 1717137080, + "narHash": "sha256-2a47qhWwVTw96Eu+CRaJGLYXimlzlAq8V3T+DcSEQ6s=", "owner": "holochain", "repo": "holochain", - "rev": "54e08e370c674c87d2dcac3146cd0aff76df93aa", + "rev": "b3eb737766e488841f70e07af51c4b35de91e255", "type": "github" }, "original": { @@ -2601,11 +2601,11 @@ }, "locked": { "dir": "versions/0_3_rc", - "lastModified": 1717008431, - "narHash": "sha256-cRPG2hDyFlxsT2bGlINJOjhZ4VXPBZ3lryXXXgKZ+rQ=", + "lastModified": 1717137080, + "narHash": "sha256-2a47qhWwVTw96Eu+CRaJGLYXimlzlAq8V3T+DcSEQ6s=", "owner": "holochain", "repo": "holochain", - "rev": "54e08e370c674c87d2dcac3146cd0aff76df93aa", + "rev": "b3eb737766e488841f70e07af51c4b35de91e255", "type": "github" }, "original": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8716373b..9063c49a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -87,8 +87,8 @@ importers: specifier: ^0.17.0-rc version: 0.17.0-rc.0 '@holochain/tryorama': - specifier: ^v0.16.0-dev.6 - version: 0.16.0-dev.6 + specifier: ^v0.16.0-dev.7 + version: 0.16.0-dev.7 '@msgpack/msgpack': specifier: ^2.7.0 version: 2.8.0 @@ -105,8 +105,8 @@ importers: specifier: ^0.300.0-rc version: 0.300.0-rc.0(@types/react@18.2.79) '@holochain-open-dev/profiles': - specifier: github:holochain-open-dev/profiles#2a23e238c6c4d29f7a75d61d73c51fae3be2e874&path:ui - version: github.com/holochain-open-dev/profiles/2a23e238c6c4d29f7a75d61d73c51fae3be2e874#path:ui(@types/react@18.2.79) + specifier: github:holochain-open-dev/profiles#dc458318ce01343ce8383c8bad2bb1c20e95a8ac&path:ui + version: github.com/holochain-open-dev/profiles/dc458318ce01343ce8383c8bad2bb1c20e95a8ac#path:ui(@types/react@18.2.79) '@holochain-open-dev/signals': specifier: ^0.300.0-rc version: 0.300.0-rc.1(@types/react@18.2.79) @@ -687,8 +687,8 @@ packages: /@holochain/serialization@0.1.0-beta-rc.3: resolution: {integrity: sha512-DJx4V2KXHVLciyOGjOYKTM/JLBpBEZ3RsPIRCgf7qmwhQdxXvhi2p+oFFRD51yUT5uC1/MzIVeJCl/R60PwFbw==} - /@holochain/tryorama@0.16.0-dev.6: - resolution: {integrity: sha512-5ltiUWqGze+530tlspIvoGBQ2TUp3pru7MX2ywY9XfCsuiPXrOANeOBe1Y9GnqtMX2GGqCiQ9NrAJUfIqg4N2w==} + /@holochain/tryorama@0.16.0-dev.7: + resolution: {integrity: sha512-4YlGM7EkgIPhmkoLxHIWlVj1z2Z1WzSKybzhYozysB/BQoifIXN1vkw42bDfCc6EE/4UBU7MT7ynYAVMsOADpw==} engines: {node: '>=18.0.0 || >=20.0.0'} /@humanwhocodes/config-array@0.13.0: @@ -2960,16 +2960,16 @@ packages: resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} engines: {node: '>=12.20'} - github.com/holochain-open-dev/profiles/2a23e238c6c4d29f7a75d61d73c51fae3be2e874#path:ui: - resolution: {path: ui, tarball: https://codeload.github.com/holochain-open-dev/profiles/tar.gz/2a23e238c6c4d29f7a75d61d73c51fae3be2e874} - name: '@holochain-open-dev/profiles' - version: 0.300.0-rc.0 - github.com/holochain-open-dev/profiles/69dba6ebf0ee04985e799ccaa39ae2852ab465b7#path:ui: resolution: {path: ui, tarball: https://codeload.github.com/holochain-open-dev/profiles/tar.gz/69dba6ebf0ee04985e799ccaa39ae2852ab465b7} name: '@holochain-open-dev/profiles' version: 0.300.0-dev.0 + github.com/holochain-open-dev/profiles/dc458318ce01343ce8383c8bad2bb1c20e95a8ac#path:ui: + resolution: {path: ui, tarball: https://codeload.github.com/holochain-open-dev/profiles/tar.gz/dc458318ce01343ce8383c8bad2bb1c20e95a8ac} + name: '@holochain-open-dev/profiles' + version: 0.300.0-rc.0 + snapshots: /@aashutoshrathi/word-wrap@1.2.6: @@ -3619,7 +3619,7 @@ snapshots: /@holochain/serialization@0.1.0-beta-rc.3: {} - /@holochain/tryorama@0.16.0-dev.6: + /@holochain/tryorama@0.16.0-dev.7: dependencies: '@holochain/client': 0.17.0-rc.0 get-port: 6.1.2 @@ -6568,12 +6568,12 @@ snapshots: /yocto-queue@1.0.0: dev: false - github.com/holochain-open-dev/profiles/2a23e238c6c4d29f7a75d61d73c51fae3be2e874#path:ui(@types/react@18.2.79): - id: github.com/holochain-open-dev/profiles/2a23e238c6c4d29f7a75d61d73c51fae3be2e874#path:ui + github.com/holochain-open-dev/profiles/69dba6ebf0ee04985e799ccaa39ae2852ab465b7#path:ui(@types/react@18.2.79): + id: github.com/holochain-open-dev/profiles/69dba6ebf0ee04985e799ccaa39ae2852ab465b7#path:ui dependencies: - '@holochain-open-dev/elements': 0.300.0-rc.0(@types/react@18.2.79) - '@holochain-open-dev/signals': 0.300.0-rc.1(@types/react@18.2.79) - '@holochain-open-dev/utils': 0.300.0-rc.0 + '@holochain-open-dev/elements': 0.300.0-dev.0(@types/react@18.2.79) + '@holochain-open-dev/stores': 0.300.0-dev.0(@types/react@18.2.79) + '@holochain-open-dev/utils': 0.300.0-dev.0 '@holochain/client': 0.17.0-rc.0 '@lit/context': 1.1.1 '@lit/localize': 0.12.1 @@ -6585,14 +6585,14 @@ snapshots: - '@types/react' - bufferutil - utf-8-validate - dev: false + dev: true - github.com/holochain-open-dev/profiles/69dba6ebf0ee04985e799ccaa39ae2852ab465b7#path:ui(@types/react@18.2.79): - id: github.com/holochain-open-dev/profiles/69dba6ebf0ee04985e799ccaa39ae2852ab465b7#path:ui + github.com/holochain-open-dev/profiles/dc458318ce01343ce8383c8bad2bb1c20e95a8ac#path:ui(@types/react@18.2.79): + id: github.com/holochain-open-dev/profiles/dc458318ce01343ce8383c8bad2bb1c20e95a8ac#path:ui dependencies: - '@holochain-open-dev/elements': 0.300.0-dev.0(@types/react@18.2.79) - '@holochain-open-dev/stores': 0.300.0-dev.0(@types/react@18.2.79) - '@holochain-open-dev/utils': 0.300.0-dev.0 + '@holochain-open-dev/elements': 0.300.0-rc.0(@types/react@18.2.79) + '@holochain-open-dev/signals': 0.300.0-rc.1(@types/react@18.2.79) + '@holochain-open-dev/utils': 0.300.0-rc.0 '@holochain/client': 0.17.0-rc.0 '@lit/context': 1.1.1 '@lit/localize': 0.12.1 @@ -6604,4 +6604,4 @@ snapshots: - '@types/react' - bufferutil - utf-8-validate - dev: true + dev: false diff --git a/tests/package.json b/tests/package.json index 8f63860a..d49ecfd6 100644 --- a/tests/package.json +++ b/tests/package.json @@ -7,7 +7,7 @@ "dependencies": { "@msgpack/msgpack": "^2.7.0", "@holochain/client": "^0.17.0-rc", - "@holochain/tryorama": "^v0.16.0-dev.6", + "@holochain/tryorama": "^v0.16.0-dev.7", "@holochain-open-dev/signals": "^0.300.0-rc", "@holochain-open-dev/utils": "^0.300.0-rc", "typescript": "^5.4.5", diff --git a/ui/package.json b/ui/package.json index 005efbd8..1937836f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@holochain-open-dev/elements": "^0.300.0-rc", - "@holochain-open-dev/profiles": "github:holochain-open-dev/profiles#2a23e238c6c4d29f7a75d61d73c51fae3be2e874&path:ui", + "@holochain-open-dev/profiles": "github:holochain-open-dev/profiles#dc458318ce01343ce8383c8bad2bb1c20e95a8ac&path:ui", "@holochain-open-dev/signals": "^0.300.0-rc", "@holochain-open-dev/utils": "^0.300.0-rc", "@holochain/client": "^0.17.0-rc", diff --git a/zomes/coordinator/notifications/src/lib.rs b/zomes/coordinator/notifications/src/lib.rs index 2252ff87..f958fda8 100644 --- a/zomes/coordinator/notifications/src/lib.rs +++ b/zomes/coordinator/notifications/src/lib.rs @@ -78,7 +78,10 @@ fn signal_action(action: SignedActionHashed) -> ExternResult<()> { if let LinkTypes::RecipientToNotifications = link_type { if let Some(notifiee) = create_link.base_address.into_agent_pub_key() { - send_remote_signal(action, vec![notifiee])?; + send_remote_signal( + NotificationsRemoteSignal::NewNotification(action), + vec![notifiee], + )?; } } }