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
fix: Convert Boolean to Int for nodedbReset protocol field
After merging main, the nodedbReset field type changed from Boolean to
int32 in the protobuf definition. Convert the preserveFavorites Boolean
parameter to the appropriate Int value (1 or 0).
0 commit comments