feat: add notifications button to profile page

This commit is contained in:
2025-05-30 13:51:07 +01:00
parent 428771462d
commit cd6c50f9bd
3 changed files with 15 additions and 10 deletions

View File

@ -159,7 +159,7 @@ class _StreamPage extends State<StreamPage> with RouteAware {
ProfileWidget.pubkey(
stream.info.host,
children: [
NotificationsButtonWidget(stream: widget.stream),
NotificationsButtonWidget(pubkey: widget.stream.info.host),
BasicButton(
Row(
children: [Icon(Icons.bolt, size: 14), Text(t.zap.button_zap)],