mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Use lower default limit for BDF strings and raws.
This commit is contained in:
@@ -35,8 +35,8 @@ public class MessagingModule {
|
||||
|
||||
@Provides
|
||||
PrivateMessageFactory providePrivateMessageFactory(
|
||||
ClientHelper clientHelper) {
|
||||
return new PrivateMessageFactoryImpl(clientHelper);
|
||||
PrivateMessageFactoryImpl privateMessageFactory) {
|
||||
return privateMessageFactory;
|
||||
}
|
||||
|
||||
@Provides
|
||||
|
||||
Reference in New Issue
Block a user