mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
feat: do not print file contents
This commit is contained in:
@@ -19,4 +19,9 @@ class WebSendState with WebSendStateMappable {
|
||||
required this.pin,
|
||||
required this.pinAttempts,
|
||||
});
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
return 'WebSendState(sessions: $sessions, files: <${files.keys}>, autoAccept: $autoAccept, pin: $pin, pinAttempts: $pinAttempts)';
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,4 +24,9 @@ class ServerState with ServerStateMappable {
|
||||
required this.webSendState,
|
||||
required this.pinAttempts,
|
||||
});
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
return 'ServerState(alias: $alias, port: $port, https: $https, session: $session, webSendState: $webSendState, pinAttempts: $pinAttempts)';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user