Set client information in Sone builder.
[Sone.git] / src / main / java / net / pterodactylus / sone / text / SoneTextParser.java
index 0edd5f3..a9208dc 100644 (file)
@@ -237,7 +237,7 @@ public class SoneTextParser implements Parser<SoneTextParserContext> {
                                                                 * don’t use create=true above, we don’t want
                                                                 * the empty shell.
                                                                 */
-                                                               sone = Optional.<Sone>of(new DefaultSone(database, soneId, false));
+                                                               sone = Optional.<Sone>of(new DefaultSone(database, soneId, false, null));
                                                        }
                                                        parts.add(new SonePart(sone.get()));
                                                        line = line.substring(50);