Fix references to settings
This commit is contained in:
parent
71086833e9
commit
454b926086
@ -1,6 +1,6 @@
|
||||
# Logging
|
||||
|
||||
MadelineProto provides a unified class for logging messages to the logging destination defined in [settings](SETTINGS.md).
|
||||
MadelineProto provides a unified class for logging messages to the logging destination defined in [settings](SETTINGS.md#settingslogger).
|
||||
|
||||
```php
|
||||
\danog\MadelineProto\Logger::log($message, $level);
|
||||
|
@ -18,7 +18,7 @@ Use [`request_secret_chat`] requests a secret secret chat to the [InputUser](htt
|
||||
|
||||
## Accepting secret chats
|
||||
|
||||
Secret chats are accepted or refused automatically, based on a value in the [settings](SETTINGS.md) (by default MadelineProto is set to accept all secret chats).
|
||||
Secret chats are accepted or refused automatically, based on a value in the [settings](SETTINGS.md#settingssecret_chatsaccept_chats) (by default MadelineProto is set to accept all secret chats).
|
||||
|
||||
Before sending any message, you must check if the secret chat was accepted by the other client with the following method:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user