Skip to content

Commit

Permalink
0.19.0
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed May 12, 2020
1 parent 3902761 commit 2b7d08b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.


### 0.19.0 (v1-beta.01)

- GlobalScale.



### 0.18.3

- fixing issue during migration.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=master
version+=0.18.3
version+=0.19.0

all: appstore

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Users won't be able to find this Circle using Nextcloud search engine.
]]>
</description>
<version>0.18.4</version>
<version>0.19.0</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<types>
Expand Down
6 changes: 0 additions & 6 deletions lib/Service/GlobalScaleService.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,8 @@ public function __construct(

/**
* @param GSEvent $event
*
* @throws GSStatusException
*/
public function asyncBroadcast(GSEvent $event): void {
// if (!$this->configService->getGSStatus(ConfigService::GS_ENABLED)) {
// return;
// }

$wrapper = new GSWrapper();
$wrapper->setEvent($event);
$wrapper->setToken($this->uuid());
Expand Down

0 comments on commit 2b7d08b

Please sign in to comment.