Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Nov 19, 2023
1 parent 57fa342 commit 93e90c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ final class API extends AbstractAPI
*
* @var string
*/
public const RELEASE = '8.0.0-beta160';
public const RELEASE = '8.0.0-beta161';
/**
* We're not logged in.
*
Expand Down
8 changes: 4 additions & 4 deletions src/Settings/Database/DriverDatabaseAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ abstract class DriverDatabaseAbstract extends DatabaseAbstract
*
* Note that the session folder must still NEVER be deleted *if* MadelineProto is running,
* or else the session will be dropped from the database due to AUTH_KEY_DUPLICATED errors.
*
*
* Stopping the container and then deleting the session folder is 100% OK though.
*/
protected ?string $ephemeralFilesystemPrefix = null;
Expand All @@ -64,7 +64,7 @@ abstract class DriverDatabaseAbstract extends DatabaseAbstract
*
* Note that the session folder must still NEVER be deleted *if* MadelineProto is running,
* or else the session will be dropped from the database due to AUTH_KEY_DUPLICATED errors.
*
*
* Stopping the container and then deleting the session folder is 100% OK though.
*/
public function getEphemeralFilesystemPrefix(): ?string
Expand All @@ -82,9 +82,9 @@ public function getEphemeralFilesystemPrefix(): ?string
*
* Note that the session folder must still NEVER be deleted *if* MadelineProto is running,
* or else the session will be dropped from the database due to AUTH_KEY_DUPLICATED errors.
*
*
* Stopping the container and then deleting the session folder is 100% OK though.
*
*
* @param ?string $ephemeralFilesystemPrefix The database prefix
*/
public function setEphemeralFilesystemPrefix(?string $ephemeralFilesystemPrefix): static
Expand Down

0 comments on commit 93e90c1

Please sign in to comment.