ignore note-create timeline entries

pull/6193/head
Thibault Duplessis 2020-03-20 17:24:36 -06:00
parent c74be6f6d2
commit 4a8c9b7ef1
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ case class Entry(
case "plan-start" => planStartHandler.readTry(data).get
case "blog-post" => blogPostHandler.readTry(data).get
case "stream-start" => streamStartHandler.readTry(data).get
case "note-create" => throw Deprecated
case _ => sys error s"Unhandled atom type: $typ"
}) match {
case Success(atom) => Some(atom)