diff options
author | default <nobody@localhost> | 2023-01-27 18:21:54 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-01-27 18:21:54 +0100 |
commit | aecfcacc323c3b3555ed4147064c0c1f6c9a0827 (patch) | |
tree | 88f39c1273b4fbf043589e034b27b31005e910f9 | |
parent | a3ed2408fcaca25ad4966741e173677aab0a8848 (diff) |
Some tweaks to the default avatar.
-rw-r--r-- | activitypub.c | 8 | ||||
-rw-r--r-- | doc/susie64-cool.png | bin | 0 -> 144 bytes |
2 files changed, 8 insertions, 0 deletions
diff --git a/activitypub.c b/activitypub.c index 949de47..43d845c 100644 --- a/activitypub.c +++ b/activitypub.c @@ -18,6 +18,7 @@ const char *public_address = "https:/" "/www.w3.org/ns/activitystreams#Public"; /* susie.png */ + const char *susie = "iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQAAAAC" "CEkxzAAAAUUlEQVQoz43R0QkAMQwCUDdw/y3dwE" @@ -25,6 +26,13 @@ const char *susie = "eqCL9BJBf7h3QbOCCxV5EVWMEMwG7K1/WODtlvx" "AYTtEsDU9F34AAAAAElFTkSuQmCC"; +const char *susie_cool = + "iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQAAAAC" + "CEkxzAAAAV0lEQVQoz43RwQ3AMAwCQDZg/y3ZgN" + "qo3+JaedwDOUQBQFHYaTB8wTM6sGl2cMPu+DFzn" + "+ZcgN7wF7ZVihXkfSlWIVzIA6dbQzaygllpNuTX" + "ZmmFNlvxADX1+o0cUPMbAAAAAElFTkSuQmCC"; + const char *default_avatar_base64(void) /* returns the default avatar in base64 */ diff --git a/doc/susie64-cool.png b/doc/susie64-cool.png Binary files differnew file mode 100644 index 0000000..1c5289f --- /dev/null +++ b/doc/susie64-cool.png |