Implement first prototype of private group message threads

This commit is contained in:
Torsten Grote
2016-10-11 16:18:21 -03:00
parent 65b47bb5d2
commit c83d4bbb39
19 changed files with 411 additions and 14 deletions

View File

@@ -9,6 +9,7 @@ import org.jetbrains.annotations.Nullable;
public class ForumPost extends BaseMessage {
@Nullable
private final Author author;
public ForumPost(@NotNull Message message, @Nullable MessageId parent,