Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tg
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
tg
Commits
b7a0987d
Commit
b7a0987d
authored
Jan 05, 2016
by
V V
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated tgl, small interface fix
parent
04105bbf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
interface.c
interface.c
+2
-0
tgl
tgl
+1
-1
No files found.
interface.c
View file @
b7a0987d
...
...
@@ -4422,6 +4422,8 @@ void print_message (struct in_ev *ev, struct tgl_message *M) {
if
(
tgl_get_peer_type
(
M
->
fwd_from_id
)
>
0
)
{
mprintf
(
ev
,
"[fwd from "
);
print_peer_name
(
ev
,
M
->
fwd_from_id
,
tgl_peer_get
(
TLS
,
M
->
fwd_from_id
));
mprintf
(
ev
,
" "
);
print_date
(
ev
,
M
->
date
);
mprintf
(
ev
,
"] "
);
}
if
(
M
->
reply_id
)
{
...
...
tgl
@
2cdd7d2c
Subproject commit
557453a4416ac389ba6a9af6a6093a34cd20bda1
Subproject commit
2cdd7d2c59310160b5c1050c660fd345192719ef
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment