mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Basically support 'poll' type notifications.
They could be better, e.g. discriminating between polls you created and polls you voted in, but I'm disinclined to put in the effort.
This commit is contained in:
@@ -73,6 +73,10 @@ mastodon.notifications()[0]
|
||||
</div>
|
||||
</article>
|
||||
<hr class="is-hidden">
|
||||
{% elif note.type == 'poll' %}
|
||||
<p>A poll you created or voted in has ended.</p>
|
||||
{% include "main/toot_partial.html" with toot=note.status %}
|
||||
<hr class="is-hidden">
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
|
Reference in New Issue
Block a user