mirror of
https://github.com/matrix-construct/construct
synced 2024-12-25 15:04:10 +01:00
modules/web_hook: Append emoji to tag create.
This commit is contained in:
parent
d20e53f33a
commit
562d2b83f2
1 changed files with 3 additions and 0 deletions
|
@ -1516,6 +1516,9 @@ github_handle__create(std::ostream &out,
|
|||
<< "</b>"
|
||||
;
|
||||
|
||||
if(ref_type == "tag")
|
||||
out << ' ' << "🎉";
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue