hey icon indicating copy to clipboard operation
hey copied to clipboard

[Bug] Notification showing wrong mirrorer

Open donosonaumczuk opened this issue 2 years ago • 4 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

The notifications show a mirror as if it was a self-mirror instead of showing the proper one.

Expected Behavior

Showing the mirror notification displaying the actual account that mirrored.

Steps To Reproduce

Not sure, this had happened in my post 0x08-0x3a. Not sure if happens in other ones. But just checking the notifications after a mirror.

What platform(s) does this occur on?

Web

What browser(s) does this occur on?

Firefox

Anything else?

image

donosonaumczuk avatar Jul 28 '22 10:07 donosonaumczuk

Thanks for the issue fren 🙏🏻

This will be fixed in high priority 🚀

bigint avatar Jul 28 '22 16:07 bigint

NewMirrorNotification query doesn't seem to include data for the user mirroring the post.

there is an API to list users that mirrored a post https://docs.lens.xyz/docs/get-profiles#get-by-who-has-mirrored-a-publication but it doesn't seem to be in order 🤔

keivinonline avatar Jul 31 '22 11:07 keivinonline

@0xkeivin I thought this one is returning the mirrored user's profile! so no?

{
  notifications(request: {
    profileId: "0x01"
  }) {
    items {
      ... on NewMirrorNotification {
        profile {
          id
        }
      }
    }
  }
}

bigint avatar Jul 31 '22 11:07 bigint

Looping in @joshstevens19

Context: notification not returning the mirrored user profile 🙏🏼

bigint avatar Jul 31 '22 11:07 bigint

Should be fixed 🚀

bigint avatar Nov 28 '22 03:11 bigint

This issue has been locked since it has been closed for more than 10 days.

If you found a concrete bug or regression related to it, please open a new bug report.

github-actions[bot] avatar Jan 07 '24 15:01 github-actions[bot]