-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #614 from artines1/adding-x-com-to-twitter
Adding x.com to Twitter's entity.
- Loading branch information
Showing
3 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,8 @@ | |
"tweetdeck.com", | ||
"twimg.com", | ||
"twitter.com", | ||
"twitter.jp" | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
artines1
Author
Contributor
|
||
"twitter.jp", | ||
"x.com" | ||
] | ||
} | ||
} | ||
|
@artines1, are you sure that this is right? There are two instances of "twitter.com" above here (lines 30 and 31). Do you need to add an entry for x.com as the top-level domain? (I don't know what the two domains mean...)