-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Add t.me links for User, Chat and Message if available and update User.mention_* #1092
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
54ea342
Add User.link and update User.mention_*
jonowo 0f4f695
Add Chat.link
jonowo 466eaa2
Add Message.link
jonowo 7986c74
Merge pull request #1 from Tr-Jono/Tr-Jono-patch-1
jonowo 820c0e2
Tiny modification
jonowo 5069b0e
Merge pull request #2 from Tr-Jono/Tr-Jono-patch-1-1
jonowo b584bba
Merge pull request #3 from Tr-Jono/Tr-Jono-patch-1-2
jonowo 80a140e
Fixed nub mistakes I made
jonowo aca6eda
Fixed mistakes I made when I was fixing mistakes
jonowo ed52057
Link returns None on default
jonowo af8e909
Link returns None on default
jonowo 27cbdbf
Link returns None on default
jonowo e18d076
Update chat.py
jonowo a2247b6
Fixed link and it returns None on default
jonowo aff64c3
Ooooooops
jonowo 2016e75
Reverted Indent
jonowo 5d45047
Update user.py
jonowo 41f697e
Update message.py
jonowo 1d622fe
Add the blank lines
jonowo dfae43b
Add https
jonowo 38a1c12
Update chat.py
jonowo 86df641
Add https
jonowo 3db087a
Add test link
jonowo c844562
Add test link
jonowo cf0da15
Add test_link
jonowo 3915bc5
Mistakes fixed
jonowo c5e8576
Update test_chat.py
jonowo 6a49537
Fixed "trailing whitespace"
jonowo f0c45fc
Fixed "line too long"
jonowo 03aa149
Fixed whitespace mistakes
jonowo 0689616
Chat could be private/channel too so should not force check supergrou…
jeffffc 9f336db
Merge pull request #4 from jeffffc/jono2
jonowo a8d8ac0
fix docstrings blank lines
jeffffc 90d31ea
Merge pull request #5 from jeffffc/jono2
jonowo c0a254e
fix docstrings whitespaces in blank lines
jeffffc e2bc04b
Merge pull request #6 from jeffffc/jono2
jonowo ac13a76
Merge branch 'master' into 1092master
Eldinnie e2b4424
Some small fixes
Eldinnie File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is out of scope... we're more likely to merge simple self contained pull requests...
IMO this is fine this time though :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will separate into 2 PRs next time.