mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 22:39:14 +01:00
* Initial plan * Fix nil pointer dereference in thumbnail subscription handling Add nil check for msg after subscription.Receive() returns error to prevent panic when accessing msg.Metadata. When an error occurs or msg is nil, continue to next iteration instead of trying to process the message. Co-authored-by: tankerkiller125 <3457368+tankerkiller125@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tankerkiller125 <3457368+tankerkiller125@users.noreply.github.com>