about summary refs log tree commit diff stats
path: root/src/config/files.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-10-20 15:45:14 +0200
committerGitHub <noreply@github.com>2022-10-20 15:45:14 +0200
commit980fc189cd19486102e7638bb5d03bfe0dd7be62 (patch)
tree730d135fb92cb15b68717da1f5248c8bc6525019 /src/config/files.h
parentfc8455ba34fdb467cc2702e4e071e850eaaf9be7 (diff)
parentf934c5b59f2fe2c3c00a50135add4aec55ac4024 (diff)
downloadprofani-tty-980fc189cd19486102e7638bb5d03bfe0dd7be62.tar.gz
Merge pull request #1757 from techmetx11/feature/1158-vcard
Add XEP-0054 vCard support

Regards https://github.com/profanity-im/profanity/issues/1158
Diffstat (limited to 'src/config/files.h')
-rw-r--r--src/config/files.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/files.h b/src/config/files.h
index 16739291..1fcee58e 100644
--- a/src/config/files.h
+++ b/src/config/files.h
@@ -60,6 +60,7 @@
 #define DIR_DOWNLOADS "downloads"
 #define DIR_EDITOR    "editor"
 #define DIR_CERTS     "certs"
+#define DIR_PHOTOS    "photos"
 
 void files_create_directories(void);
 
23' href='#n123'>123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149