0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 18:18:56 +02:00

modules/web_hook: Append emoji to tag create.

This commit is contained in:
Jason Volk 2020-12-29 00:39:54 -08:00
parent d20e53f33a
commit 562d2b83f2

View file

@ -1516,6 +1516,9 @@ github_handle__create(std::ostream &out,
<< "</b>"
;
if(ref_type == "tag")
out << ' ' << "🎉";
return true;
}