RyanBayne / TwitchPress

TwitchPress is a system of plugins that combines the power of Twitch.tv with WordPress
http://twitchpress.wordpress.com
GNU General Public License v3.0
12 stars 6 forks source link

Updating Channel Token Twice #366

Closed RyanBayne closed 3 years ago

RyanBayne commented 3 years ago

establish_user_token() is called and this updates both the current user and main channel if the user is admin ID 1.

Then twitchpress_update_main_channels_token() is called despite that same update being done in establish_user_token().

image

RyanBayne commented 3 years ago

This was incorrect.