Joas Schilling

Results 625 comments of Joas Schilling

> do you have an idea why such messages might be sent? Just to answer this publicly here as well. The subject is the default subject we set. The encrypted...

This is what we do: ```go p := fcm.Notification{ Title: "NEW_NOTIFICATION", TitleLocKey: "NEW_NOTIFICATION_TITLE", Body: "NEW_NOTIFICATION", // Required for iOS BodyLocKey: "NEW_NOTIFICATION_BODY", // Required for iOS Sound: "default", } d :=...

The Android app is registering with incorrect data/user agent on some android versions. The push proxy database had a lot of entries with type "unknown". After checking the patterns of...

How can there be 2 different versions? Ah, file vs db?

While I get the point of returning the same info, the idea was to be able to see the "installed" but disabled version with the occ command. That is also...

Maybe we need to show/add both versions

Moving back to server. @szaimen this is outside of Talk's stack.

This should also all be improved since https://github.com/nextcloud/server/pull/31265 But as you run 24.0.3 there seems to still be an issue somewhere

While this is fully correct and I understand the trouble, it's outside of the scope of Nextcloud Talk. The files app itself allows creating such files next to each other...