planetary-social / nos

nos.social social media for all of us, using nostr
https://nos.social
Mozilla Public License 2.0
123 stars 14 forks source link

Fix follower notification tap should open Follower's profile. #1690

Closed pelumy closed 1 week ago

pelumy commented 1 week ago

Issues covered

#11

Description

Since we do not show the follower's notification on the notification's tab, I removed the router selecting tab and just routed to the follower's profile directly.

How to test

  1. Please follow these steps to send a push notification.
  2. Send a new follower push notification. This can be used, please don't forget to change the device token.
  3. Please confirm that tapping the notification alert opens the user's profile page.

Screenshots/Video

Before:

https://github.com/user-attachments/assets/dcac76b7-9bf1-4969-aded-56300da05eda

After:

https://github.com/user-attachments/assets/c20ddea8-2cab-45a3-9983-50c4b0e53333

joshuatbrown commented 1 week ago

👀

pelumy commented 1 week ago

I also don't know why the previous code wasn't working, as much as I tried to understand