diff options
| author | 2024-03-25 15:33:14 +0100 | |
|---|---|---|
| committer | 2024-03-25 15:33:14 +0100 | |
| commit | bc752b7d67d834455eae9eacec16e28585c79c5f (patch) | |
| tree | 545f468d13dd9a5000178ec364e8c60c4819a188 /data.c | |
| parent | Added an additional check for blocked instances. (diff) | |
| download | penes-snac2-bc752b7d67d834455eae9eacec16e28585c79c5f.tar.gz penes-snac2-bc752b7d67d834455eae9eacec16e28585c79c5f.tar.xz penes-snac2-bc752b7d67d834455eae9eacec16e28585c79c5f.zip | |
Emojis are now read from ~/emojis.json.
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -132,6 +132,9 @@ int srv_open(char *basedir, int auto_upgrade) | |||
| 132 | } | 132 | } |
| 133 | #endif /* __OpenBSD__ */ | 133 | #endif /* __OpenBSD__ */ |
| 134 | 134 | ||
| 135 | /* read (and drop) emojis.json, possibly creating it */ | ||
| 136 | xs_free(emojis()); | ||
| 137 | |||
| 135 | return ret; | 138 | return ret; |
| 136 | } | 139 | } |
| 137 | 140 | ||