1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-08 05:47:07 +09:00

Merge pull request #2454 from anyproto/GO-5719-fix-push-panic

GO-5719 fix nil keys panic
This commit is contained in:
Sergey Cherepanov 2025-05-28 12:24:38 +02:00 committed by GitHub
commit 1d00c712ac
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -302,6 +302,7 @@ func (s *service) run() {
keys, err := s.getSpaceKeys(req.spaceId)
if err != nil {
log.Error("failed to get space keys", zap.Error(err))
continue
}
for _, topic := range req.topics {