App-MatrixClient
view release on metacpan or search on metacpan
lib/App/MatrixClient/RoomTab.pm view on Meta::CPAN
$room->paginate_messages( limit => 150 );
# Only now should we add the presence table to the floatbox
$presence_float = $floatbox->add_float(
child => Tickit::Widget::Frame->new(
style => {
linetype => "none",
linetype_left => "single",
frame_fg => "white", frame_bg => "purple",
},
child => $vbox,
),
top => 0, bottom => -1, right => -1,
left => -44,
# Initially hidden
hidden => 1,
);
( run in 0.983 second using v1.01-cache-2.11-cpan-df04353d9ac )