mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[core][qt] Handle Mastodon and Bluesky
Signed-off-by: Harry Bond <me@hbond.xyz>
This commit is contained in:
committed by
Konstantin Pastbin
parent
856d16cfcb
commit
b0355319bd
@@ -81,6 +81,12 @@
|
||||
<field name="contact_instagram">
|
||||
<tag k="contact:instagram" />
|
||||
</field>
|
||||
<field name="contact_fediverse">
|
||||
<tag k="contact:mastodon" />
|
||||
</field>
|
||||
<field name="contact_bluesky">
|
||||
<tag k="contact:bluesky" />
|
||||
</field>
|
||||
<field name="contact_twitter">
|
||||
<tag k="contact:twitter" />
|
||||
</field>
|
||||
@@ -181,6 +187,8 @@
|
||||
<field_ref name="website" />
|
||||
<field_ref name="contact_facebook" />
|
||||
<field_ref name="contact_instagram" />
|
||||
<field_ref name="contact_fediverse" />
|
||||
<field_ref name="contact_bluesky" />
|
||||
<field_ref name="contact_twitter" />
|
||||
<field_ref name="contact_vk" />
|
||||
<field_ref name="contact_line" />
|
||||
@@ -197,6 +205,8 @@
|
||||
<field_ref name="website" />
|
||||
<field_ref name="contact_facebook" />
|
||||
<field_ref name="contact_instagram" />
|
||||
<field_ref name="contact_fediverse" />
|
||||
<field_ref name="contact_bluesky" />
|
||||
<field_ref name="contact_twitter" />
|
||||
<field_ref name="contact_vk" />
|
||||
<field_ref name="contact_line" />
|
||||
|
||||
Reference in New Issue
Block a user