Plugin Directory

Changeset 1341140


Ignore:
Timestamp:
02/02/2016 04:26:02 AM (10 years ago)
Author:
websima
Message:

some uodates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • channeller-telegram-channel-administrator/trunk/includes/ch-send-functions.php

    r1340465 r1341140  
    1919    $mime_type = finfo_file($finfo, $photo);
    2020    $chatter = get_site_option( $chat_id );
    21     $caption = truncate_channeller ($caption , 200);
     21    $caption = truncate_channeller ($caption , 180);
    2222    $fields = array(
    2323        'chat_id' => $chatter,
     
    5656    $options = get_option( 'tchannel_settings' );
    5757    $token = $options['tchannel_text_token'];
    58     $message = truncate_channeller ($message , 3000);
     58    $message = truncate_channeller ($message , 2980);
    5959    if ($token) {
    6060    $url = 'https://api.telegram.org/bot'.$token.'/sendMessage';
Note: See TracChangeset for help on using the changeset viewer.