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
A couple PIs requested the option to unsubscribe from automatic notifications. We could build in a feature that reads replies and looks for specific text like "unsubscribe". An additional column would need to be added to the database csv file, subscribed, that defaults to TRUE and updates to FALSE if they'd like to unsubscribe.
It could also be handled case by case, but that would require manually editing the database each time.
The text was updated successfully, but these errors were encountered:
A couple PIs requested the option to unsubscribe from automatic notifications. We could build in a feature that reads replies and looks for specific text like "unsubscribe". An additional column would need to be added to the database csv file,
subscribed
, that defaults toTRUE
and updates toFALSE
if they'd like to unsubscribe.It could also be handled case by case, but that would require manually editing the database each time.
The text was updated successfully, but these errors were encountered: