Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Nov 16, 2022
2 parents f49cf88 + 2b413b0 commit 18bdd48
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog


## [v1.6.0](https://github.com/flarum/framework/compare/v1.5.0...v1.6.0)
### Fixed
- (approval) posts approved for deleted users error ([b5874a0](b5874a08e482196f50af50aa78e43c93c29fb647))
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion framework/core/js/dist/admin.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion framework/core/js/dist/forum.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion framework/core/js/src/common/helpers/userOnline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import User from '../models/User';
import icon from './icon';

/**
* The `useronline` helper displays a green circle if the user is online
* The `useronline` helper displays a green circle if the user is online.
*/
export default function userOnline(user: User): Mithril.Vnode<{}, {}> | null {
if (user.lastSeenAt() && user.isOnline()) {
Expand Down

0 comments on commit 18bdd48

Please sign in to comment.