Skip to content

Commit 25c9edc

Browse files
authored
Merge pull request #324 from paladin-devops/main
Add field for community ID on posts
2 parents 5608c4f + 10cf3f1 commit 25c9edc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fields/tweet_fields.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const (
2424
TweetFieldText TweetField = "text"
2525
TweetFieldWithheld TweetField = "withheld"
2626
TweetFieldNoteTweet TweetField = "note_tweet"
27+
TweetFieldCommunityID TweetField = "community_id"
2728
)
2829

2930
func (f TweetField) String() string {

0 commit comments

Comments
 (0)