mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Moved subscription updates to the client layer.
This commit is contained in:
@@ -8,5 +8,5 @@ public interface MessageValidator {
|
||||
* Validates the given message and returns its metadata if the message
|
||||
* is valid, or null if the message is invalid.
|
||||
*/
|
||||
Metadata validateMessage(Message m);
|
||||
Metadata validateMessage(Message m, Group g);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user