Private instances (#523)

* Updating translations.

* Adding registration applications.

* Updating translations.

* Adding verify email route.

* Fix missing signup question bug.

* Updating translations.

* A few fixes from comments on lemmy PR.

* v0.15.0-rc.4

* Some suggestions from PR.

* v0.15.0-rc.5

* Adding optional auth to modlog fetches.

* v0.15.0-rc.6

* Hide deny / approve buttons
This commit is contained in:
Dessalines 2021-12-30 10:26:45 -05:00 committed by GitHub
parent 4c6713d3f2
commit b96e16b4e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 849 additions and 65 deletions

View file

@ -20,6 +20,8 @@ export class UserService {
new BehaviorSubject<number>(0);
public unreadReportCountSub: BehaviorSubject<number> =
new BehaviorSubject<number>(0);
public unreadApplicationCountSub: BehaviorSubject<number> =
new BehaviorSubject<number>(0);
private constructor() {
if (this.auth) {