Allow disabling notification inline reply

Is temporarily required for encrypted rooms
This commit is contained in:
Tobias Fella
2022-02-12 22:33:10 +01:00
parent 1661d34d7c
commit cba88e1af7
3 changed files with 18 additions and 9 deletions

View File

@@ -19,7 +19,8 @@ class NotificationsManager : public QObject
public:
static NotificationsManager &instance();
Q_INVOKABLE void postNotification(NeoChatRoom *room, const QString &sender, const QString &text, const QImage &icon, const QString &replyEventId);
Q_INVOKABLE void
postNotification(NeoChatRoom *room, const QString &sender, const QString &text, const QImage &icon, const QString &replyEventId, bool canReply);
void postInviteNotification(NeoChatRoom *room, const QString &title, const QString &sender, const QImage &icon);
private: