🐛 Dozens of bug fixes

This commit is contained in:
2026-01-11 18:41:05 +08:00
parent 532bb30c6a
commit 00e063e99f
8 changed files with 28 additions and 27 deletions

View File

@@ -64,7 +64,7 @@ class AnalyticsService {
logEvent('post_created', {
'post_type': postType,
'visibility': visibility,
'has_attachments': hasAttachments,
'has_attachments': hasAttachments ? 'yes' : 'no',
'publisher_id': publisherId,
});
}