mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 19:59:05 +01:00
Implement first prototype of private group message threads
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user