Uh oh!
There was an error while loading. Please reload this page.
[PE-5863] Migrate Follow/Unfollow user to tan-query (#11316) - #11664
Conversation
|
| skipQueryData = false | ||
| }: { | ||
| users: User[] | ||
| users: (User | UserMetadata)[] |
There was a problem hiding this comment.
will remove, likely un-needed
| // TODO: this will be fixed in a follow up pr addressing user-lists | ||
| // dispatch(socialActions.unfollowUser(userId, FollowSource.USER_LIST)) |
There was a problem hiding this comment.
user lists are migrated so can we address this now?
There was a problem hiding this comment.
not yet, that is still open actually
| // TODO: this will be fixed in a follow up pr addressing user-lists | ||
| // dispatch( | ||
| // usersSocialActions.unfollowUser(userId, FollowSource.USER_LIST) | ||
| // ) |
* origin/main: Tastemaker challenge block-gating fix (#11679) Remove extraneous useUser string from ArtistChip (#11683) [C-5834] Migrate user lists to tan-query (#11618) Add prefetch for mobile notifications (#11681) TrackListItem selector -> hook fixes (#11682) potential undefined (#11680) Notifications performance improvements (#11677) Audius Protocol v0.7.120 [PE-5845] Migrate collection selector usages to tan-query (#11665) Manual block/allow from AAO (#11654) Fix search layout issues (#11673) Fix buy audio swap and polling (#11671) [PE-5843] Migrate user selector usages to tan-query (#11653) Fix track screen params (#11670) [PE-5865] Fix list index out of range for audio matching challenges (#11669) Gate new listen streak specifier on block number (#11668) [PE-5863] Migrate Follow/Unfollow user to tan-query (#11316) (#11664) Audius Protocol v0.7.119 hotfix: Prioritize users with handles when fetching users by wallet (#11667)
[67201f6] Fix tracks search + tq search optimizations (#11689) JD Francis [226b897] [PE-5853] Add pinned comment challenge (#11678) Farid Salau [24645ab] [PE-5861] Select tan-query entities from sagas (#11691) Andrew Mendelsohn [50ed5e1] [API-11] Provide default API gateway for discovery node selection override (#11676) Raymond Jacobson [c5475b6] Fix settings page layout (#11688) Dylan Jeffers [c039480] fix alignment of profile picture change button (#11684) Randy Schott [c43212b] [C-5647] Migrate audio transactions to tan-query (#10980) (#11652) Dylan Jeffers [2837678] Fix incorrect status label for aggregate challenges (#11674) Reed [74eb16a] Remove extraneous useUser string from ArtistChip (#11683) Andrew Mendelsohn [f9edc31] [C-5834] Migrate user lists to tan-query (#11618) Dylan Jeffers [184991c] Add prefetch for mobile notifications (#11681) Dylan Jeffers [74c1f63] TrackListItem selector -> hook fixes (#11682) Andrew Mendelsohn [44dfabb] [PE-5845] Migrate collection selector usages to tan-query (#11665) Andrew Mendelsohn [55eaba5] Fix search layout issues (#11673) Randy Schott [7d915e1] Fix buy audio swap and polling (#11671) Raymond Jacobson [6b773ad] [PE-5843] Migrate user selector usages to tan-query (#11653) Andrew Mendelsohn [f1d77c7] Fix track screen params (#11670) Dylan Jeffers [797fa40] [PE-5863] Migrate Follow/Unfollow user to tan-query (#11316) (#11664) Dylan Jeffers [48290f6] [PE-5844] Migrate track selector usages to tan-query (#11655) Andrew Mendelsohn [313b885] [C-5833] Avoid spreading tan-query results (#11628) Andrew Mendelsohn [2ed81b5] [C-5839] Profile tracks to main (web) (#11620) JD Francis [74b29b9] Raise stem limit to 200 (#11646) Isaac Solo
Description
Applies PR from tan-query branch to main.
Note, user-list is not implemented correctly in this PR but will be fast-followed by the user-list tan-query refactor.