Skip to content
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

Add paste.debian.net support (closes #19) #28

Merged

Conversation

brunoramoslu
Copy link
Contributor

Detect pastes from paste.debian.net.

This also incorporates some of the changes discussed in #24

$self->{paste} = $tmp->text;

to

$self->{paste} = $tmp->all_text;

The paste tests should all be ok.

Copy link
Collaborator

@jhthorsen jhthorsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome 👍

@jhthorsen jhthorsen merged commit 3791bea into convos-chat:master Jun 9, 2021
jhthorsen pushed a commit that referenced this pull request Jun 9, 2021
 - Fix Mojolicious version after v1.18 #23
 - Fix direct video links not rendering correctly #26
   Contributor: Bruno Ramos
 - Fix Metacpan author_name detection and tests #29
   Contributor: Bruno Ramos
 - Add paste.debian.net support #19 #28
   Contributor: Bruno Ramos
 - Add support for https://youtu.be links #25 #27
   Contributor: Bruno Ramos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants