Store the updated Identity in the Sone.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / Core.java
index 7565ca4..763b024 100644 (file)
@@ -1742,6 +1742,7 @@ public class Core implements IdentityListener {
                        @SuppressWarnings("synthetic-access")
                        public void run() {
                                Sone sone = getRemoteSone(identity.getId());
+                               sone.setIdentity(identity);
                                soneDownloader.fetchSone(sone);
                        }
                }).start();