Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite790450

Browse files
author
Jan Henning Thorsen
committed
Released version 1.15
- Will also detect Jitsi links by looking at "title"
1 parent89a41d0 commite790450

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎Changes‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for perl distribution LinkEmbedder
22

3+
1.15 2020-11-30T11:40:00+0900
4+
- Will also detect Jitsi links by looking at "title"
5+
36
1.15 2020-11-25T10:43:25+0900
47
- Add support for Jitsi links
58

‎lib/LinkEmbedder/Link.pm‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ sub _maybe_rebless_p {
167167
returnunlessref$selfeq'LinkEmbedder::Link::Basic';
168168
returnunless$self->typeeq'rich';
169169

170-
if ($tx->res->body =~m!\bJitsiMeetJS\b!) {
170+
if ($self->titleeq'Jitsi Meet'or$tx->res->body =~m!\bJitsiMeetJS\b!) {
171171
require LinkEmbedder::Link::Jitsi;
172172
bless$self,'LinkEmbedder::Link::Jitsi';
173173
return$self->learn_p;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp