Own Sones are always known, obviously.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 28 Jan 2012 22:49:55 +0000 (23:49 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 28 Jan 2012 22:49:55 +0000 (23:49 +0100)
src/main/java/net/pterodactylus/sone/core/Core.java

index f979284..e94924c 100644 (file)
@@ -863,6 +863,7 @@ public class Core extends AbstractService implements IdentityListener, UpdateLis
                        }
                        sone.setLatestEdition(Numbers.safeParseLong(ownIdentity.getProperty("Sone.LatestEdition"), (long) 0));
                        sone.setClient(new Client("Sone", SonePlugin.VERSION.toString()));
+                       sone.setKnown(true);
                        /* TODO - load posts ’n stuff */
                        localSones.put(ownIdentity.getId(), sone);
                        final SoneInserter soneInserter = new SoneInserter(this, freenetInterface, sone);