의 미러
https://github.com/friendica/friendica
synced 2025-09-07 21:21:52 +02:00
Showing "view full size" is now configurable
This commit is contained in:
부모
66f4e09baa
커밋
8c1d31decc
1개의 변경된 파일과 4개의 추가작업 그리고 0개의 파일을 삭제
|
@ -826,6 +826,10 @@ function add_fcontact($arr,$update = false) {
|
|||
|
||||
function scale_external_images($srctext, $include_link = true, $scale_replace = false) {
|
||||
|
||||
// Suppress "view full size"
|
||||
if (intval(get_config('system','no_view_full_size')))
|
||||
$include_link = false;
|
||||
|
||||
$a = get_app();
|
||||
|
||||
// Picture addresses can contain special characters
|
||||
|
|
불러오는 중…
테이블 추가
Add a link
Reference in a new issue