It would be useful to have broadcast message globally in case Admins want the users know about any downtime/updates etc.
There has to be an API _and_ a sub-command (./gitea broadcast -m "deploying in 5 minutes") for scriptability 馃槈
add a new notification to all users? right?

@appleboy No, display a large banner for broadcasts. I'm assuming something like GitLab has:

@bkcsoft you are right. Gitlab way is the proper way so far(to me). We are using gitlab for work within our team and its easy to broadcast a message for maintenance etc.
Nice idea.
Are you working on it? It is a concept?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
This issue has been automatically closed because of inactivity. You can re-open it if needed.
Just (re-)finding this issue. This would also need to be advertise on git login (similar to gitlab).
If this is implemented with anything but an e-mail it will be difficult for admins to broadcast downtime notices effectively. Perhaps it needs both kinds of notifications (selectable): e-mail and web notice.
I don't mean to add complexity to this issue, but here's a few related ideas:
Most helpful comment
@bkcsoft you are right. Gitlab way is the proper way so far(to me). We are using gitlab for work within our team and its easy to broadcast a message for maintenance etc.