You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hook the IGDirectInternalUserKey class and get the instagramId NSString ivar
For each IGDirectReactingUserListCellViewModel in the array, get the corresponding _reactions ivar _userBasedReaction_serverTimestamp for the instagram id (if possible), then prepend the relative date (NSRelativeDateTimeFormatter) to the subtitle's original text
General idea:
IGDirectReactingUserListViewController'sobjectForListAdaptermethodIGDirectReactingUserListCellViewModel(a subclass of NSObject)subtitlekey (which will be a string if it's your reaction, otherwise will be nil)_reactionsivar array to get the NSString user id_userBasedReaction_usedIdivar and the NSDate_userBasedReaction_serverTimestampivar.reactionsarray to get the corresponding dateinstagramIdNSString ivarIGDirectReactingUserListCellViewModelin the array, get the corresponding_reactionsivar_userBasedReaction_serverTimestampfor the instagram id (if possible), then prepend the relative date (NSRelativeDateTimeFormatter) to thesubtitle's original text