From 01f23292bf2451a0c7b9ada88c6314dcb09509b1 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 12 Nov 2022 19:05:13 +0100 Subject: Matrix: add option to silence invites without declining them or hiding them (ignore) --- include/Path.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/Path.hpp') diff --git a/include/Path.hpp b/include/Path.hpp index 3d849e2..c9047be 100644 --- a/include/Path.hpp +++ b/include/Path.hpp @@ -22,6 +22,11 @@ namespace QuickMedia { return *this; } + Path& append(const char *str) { + data += str; + return *this; + } + // Includes extension const char* filename() const { size_t index = data.rfind('/'); -- cgit v1.2.3